Skip to content

Instantly share code, notes, and snippets.

@PureWeen
Last active May 15, 2020 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PureWeen/2cf70b2adac05103aa00946217a38e84 to your computer and use it in GitHub Desktop.
Save PureWeen/2cf70b2adac05103aa00946217a38e84 to your computer and use it in GitHub Desktop.
ShellFlyoutHack.xaml
<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