Hi folks,
based with this example ( https://help.syncfusion.com/xamarin/sfnavigationdrawer/getting-started?cs-save-lang=1&cs-lang=csharp#set-listview-as-drawer-content ),
how can I call a page and keep menu available in new page?
private void listView_ItemSelected(object sender, SelectedItemChangedEventArgs e)
{
// Your codes here
navigationDrawer.ToggleDrawer();
}
Cheers