Hi,
what i want to achieve is to have a SplitPane and an additional SideMenu. Sadly, I can only find SplitPane examples that are used for SideMenus.
Problem is: I can use the SplitPane without a menu tag inside, but when I add a menu page, only the right side of the SplitPane is hidden.
The structure I came up with is:
NavigationMenuPage - Contains the and the which references to the root ListPage.
ListPage - Contains the and an which references to the root DetailsPage.
DetailsPage - The right side of the splitpane, contains some GUI elements.
I can get the ListPage with a Navigation working and I can get the ListPage as SplitPane with DetailsPage working - but not both…
Thank you very much!