From 80ef8162bc2cde3c6356d0ea08482e2bafc3b426 Mon Sep 17 00:00:00 2001 From: GID Date: Fri, 19 Sep 2025 15:01:21 +0700 Subject: [PATCH 1/2] Add MenuFlyout with RadioMenuFlyoutItems example --- .../Controls/Windows/MenuFlyoutPage.xaml | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) 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 @@ - + + + From 5131d5c203a49416adbc41ed7bd663bc7872145e Mon Sep 17 00:00:00 2001 From: GID Date: Fri, 19 Sep 2025 15:02:16 +0700 Subject: [PATCH 2/2] Add MenuFlyout Example to cs side --- .../Controls/Windows/MenuFlyoutPage.xaml.cs | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) 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