From 1a063d10f59064fe39992f0eeebaea878be01c88 Mon Sep 17 00:00:00 2001 From: Louis LABORIE Date: Wed, 10 May 2023 14:05:52 +0200 Subject: [PATCH] Add Navigation between Pages --- Sources/Linaris/AppShell.xaml | 1 + Sources/Linaris/Layout.xaml | 6 +++--- Sources/Linaris/Layout.xaml.cs | 20 ++++++++++++++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/Sources/Linaris/AppShell.xaml b/Sources/Linaris/AppShell.xaml index 9107359..9599db7 100644 --- a/Sources/Linaris/AppShell.xaml +++ b/Sources/Linaris/AppShell.xaml @@ -5,6 +5,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Linaris" Shell.FlyoutBehavior="Flyout" + Shell.NavBarIsVisible="False" FlyoutWidth="200"> diff --git a/Sources/Linaris/Layout.xaml b/Sources/Linaris/Layout.xaml index 77c37f7..855ddd1 100644 --- a/Sources/Linaris/Layout.xaml +++ b/Sources/Linaris/Layout.xaml @@ -4,9 +4,9 @@ x:Class="Linaris.Layout"> -