Last active
May 15, 2020 00:22
-
-
Save PureWeen/2cf70b2adac05103aa00946217a38e84 to your computer and use it in GitHub Desktop.
ShellFlyoutHack.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Shell.ItemTemplate> | |
<DataTemplate> | |
<ContentView IsVisible="False"></ContentView> | |
</DataTemplate> | |
</Shell.ItemTemplate> | |
<!-- add these dynamically the Shell.Items -> | |
<MenuItem Text="Customer1 " Command="{Binding Command}" /> | |
<MenuItem Text="Customer2 " Command="{Binding Command}" /> | |
<MenuItem Text="Customer3 " Command="{Binding Command}" /> | |
<MenuItem Text="Customer4 " Command="{Binding Command}" /> | |
<FlyoutItem> | |
<Tab> | |
</Tab> | |
<Tab> | |
</Tab> | |
<Tab> | |
</Tab> | |
</FlyoutItem> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment