Skip to content

Instantly share code, notes, and snippets.

@bbenetskyy
Last active November 20, 2019 10:31
Show Gist options
  • Save bbenetskyy/06712f29d6bb1e2aee4bc5937781ad95 to your computer and use it in GitHub Desktop.
Save bbenetskyy/06712f29d6bb1e2aee4bc5937781ad95 to your computer and use it in GitHub Desktop.
AppShell with Default Flyout Header
<!-- Your Pages -->
<ShellContent Title="Browse" ContentTemplate="{DataTemplate local:ItemsPage}" />
<ShellContent Title="About" ContentTemplate="{DataTemplate local:AboutPage}" />
<Shell.FlyoutHeaderTemplate>
<DataTemplate>
<Grid><Label Text="Magic Gradients"/></Grid>
</DataTemplate>
</Shell.FlyoutHeaderTemplate>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment