Skip to content
Discussion options

You must be logged in to vote

You just need to tweak the margins/background colors and override some NavigationView resources.

    <Grid>
        <Grid.Resources>
            <SolidColorBrush x:Key="NavigationViewContentBackground" Color="Transparent" />
            <Thickness x:Key="NavigationViewContentGridBorderThickness">0,0,0,0</Thickness> 
        </Grid.Resources>
        <Grid.RowDefinitions>
            <RowDefinition Height="Auto" />
            <RowDefinition Height="*" />
        </Grid.RowDefinitions>
        <TitleBar
            x:Name="titleBar"
            Title="Test"
            Height="48" />
        <NavigationView
            Grid.Row="1"
            IsPaneToggleButtonVisible="False"
            I…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@itayasaf2001xd
Comment options

@lgztx96
Comment options

Answer selected by itayasaf2001xd
@itayasaf2001xd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants