diff --git a/source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/MenuFlyoutPage.xaml b/source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/MenuFlyoutPage.xaml index be66e77f..888378ab 100644 --- a/source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/MenuFlyoutPage.xaml +++ b/source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/MenuFlyoutPage.xaml @@ -1,4 +1,4 @@ - + + + diff --git a/source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/MenuFlyoutPage.xaml.cs b/source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/MenuFlyoutPage.xaml.cs index 09d2a0c2..5af8c1a2 100644 --- a/source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/MenuFlyoutPage.xaml.cs +++ b/source/iNKORE.UI.WPF.Modern.Gallery/Pages/Controls/Windows/MenuFlyoutPage.xaml.cs @@ -1,4 +1,4 @@ -using iNKORE.UI.WPF.Modern.Controls; +using iNKORE.UI.WPF.Modern.Controls; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Windows; @@ -71,6 +71,7 @@ public void UpdateExampleCode() Example3.Xaml = Example3Xaml; Example4.Xaml = Example4Xaml; Example5.Xaml = Example5Xaml; + Example6.Xaml = Example6Xaml; } public string Example1Xaml => $@" @@ -98,7 +99,7 @@ public void UpdateExampleCode() "; public string Example2Xaml => $@" - +"; + + public string Example6Xaml => $@" + "; #endregion