Hi everyone !
I want to put shell content at the bottom of my shell menu. How do I do this? I would also like to show popup when the user clicks on logout. But the application fails. Note : local: AcoountExit ==> PopupPage
<FlyoutItem Title="Anasayfa" FlyoutDisplayOptions="AsMultipleItems" Style="{StaticResource BaseStyle}" Icon="ic_action_home.png"> <ShellContent Title="Kampanyalar" Icon="ic_action_home.png" ContentTemplate="{DataTemplate local:MainCampaing}" /> <Tab Title="Harita" Route="Harita" Icon="ic_action_location_on.png"> <ShellContent Route="Harita" Style="{StaticResource BaseStyle}" Title="Harita" Icon="ic_action_location_on.png" ContentTemplate="{DataTemplate local:MapPage}" /> <ShellContent Route="Liste" Style="{StaticResource BaseStyle}" Title="Liste" Icon="ic_launcher.png" ContentTemplate="{DataTemplate local:MapListPage}" /> </Tab> <ShellContent Title="Barkod" Icon="ic_action_center_focus_weak.png" ContentTemplate="{DataTemplate local:BarcodePage}" /> <ShellContent Title="Alışveriş" Icon="ic_action_shopping_cart.png" ContentTemplate="{DataTemplate local:WebSite}" /> <ShellContent Title="Profil" Icon="ic_action_account_circle.png" ContentTemplate="{DataTemplate local:ProfilePage}" /> </FlyoutItem> <FlyoutItem Title="Hizmetler" Icon="ic_action_center_focus_weak.png" Style="{StaticResource BaseStyle}" FlyoutDisplayOptions="AsMultipleItems"> <ShellContent Title="Markalarımız" Icon="ic_action_style.png" ContentTemplate="{DataTemplate local:BrandsPage}" /> <ShellContent Title="Alışveriş" Icon="ic_action_shopping_cart.png" ContentTemplate="{DataTemplate local:WebSite}" /> <ShellContent Title="Hakkımızda" Icon="ic_action_center_focus_weak.png" ContentTemplate="{DataTemplate local:AboutUs}" /> </FlyoutItem> <ShellContent Title="Çıkış Yap" Icon="ic_action_style.png" ContentTemplate="{DataTemplate local:AccountExit}" />