diff --git a/src/Controls/samples/Controls.Sample/Pages/AppShell.xaml b/src/Controls/samples/Controls.Sample/Pages/AppShell.xaml index 474becca6092..389713023101 100644 --- a/src/Controls/samples/Controls.Sample/Pages/AppShell.xaml +++ b/src/Controls/samples/Controls.Sample/Pages/AppShell.xaml @@ -6,8 +6,36 @@ xmlns:pages="using:Maui.Controls.Sample.Pages" xmlns:shellPages="clr-namespace:Maui.Controls.Sample.Pages.ShellGalleries" FlyoutBackground="{AppThemeBinding Dark=Black, Light=White}" - Title="Welcome to Shell" - > + Title="{Binding ShellTitle}"> + + + + + + +