From c3be8681584b10590922de4325bd1caff5ec51ab Mon Sep 17 00:00:00 2001 From: LogishaSelvarajSF4525 Date: Mon, 29 Dec 2025 19:01:27 +0530 Subject: [PATCH 01/25] update the sample --- .../CoreViews/CorePageView.cs | 1 + .../VisualStateManagerControlPage.xaml | 347 ++++++++++++++++++ .../VisualStateManagerControlPage.xaml.cs | 129 +++++++ 3 files changed, 477 insertions(+) create mode 100644 src/Controls/tests/TestCases.HostApp/FeatureMatrix/VisualStateManager/VisualStateManagerControlPage.xaml create mode 100644 src/Controls/tests/TestCases.HostApp/FeatureMatrix/VisualStateManager/VisualStateManagerControlPage.xaml.cs diff --git a/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs b/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs index aee1b1dbd1c5..7e2edca5a866 100644 --- a/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs +++ b/src/Controls/tests/TestCases.HostApp/CoreViews/CorePageView.cs @@ -119,6 +119,7 @@ public override string ToString() new GalleryPageFactory(() => new IndicatorViewControlPage(), "IndicatorView Feature Matrix"), new GalleryPageFactory(() => new GridControlPage(), "Grid Feature Matrix"), new GalleryPageFactory(() => new LayoutFeaturePage(), "ScrollView With LayoutOptions Feature Matrix"), + new GalleryPageFactory(() => new VisualStateManagerControlPage(), "VisualStateManager Feature Matrix"), }; diff --git a/src/Controls/tests/TestCases.HostApp/FeatureMatrix/VisualStateManager/VisualStateManagerControlPage.xaml b/src/Controls/tests/TestCases.HostApp/FeatureMatrix/VisualStateManager/VisualStateManagerControlPage.xaml new file mode 100644 index 000000000000..cf4a9eae31a4 --- /dev/null +++ b/src/Controls/tests/TestCases.HostApp/FeatureMatrix/VisualStateManager/VisualStateManagerControlPage.xaml @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + + + + + + +