When using a MasterDetailPage in Xamarin Forms, the Windows Phone renders this as a Panel which displays by hitting an icon on the Application Bar. Is there anyway to hookup the icon event to navigate to a different View in the detail page (instead of showing that panel) and to add additional icons that do the same to the application bar?
↧