SwipeableSplitView
SwipeableSplitView copied to clipboard
For SwipeableSplitView cannot custom pane's layout in shell.xaml ?
i want to custom my the panel content of swipeablesplitview , like add the StackPanel elements , but , got error message " For the bottom panning to work, the Pane's Child needs to be of type Selector" , i noticed that OnPaneRootLoaded event in SwipeableSplitView.cs , so , it can only be loaded Listview type of data collection ?