From 5feaea9b2ced8883067e29bf9d6aa3acd82efce0 Mon Sep 17 00:00:00 2001 From: Michael Hawker <24302614+michael-hawker@users.noreply.github.com> Date: Thu, 16 Oct 2025 12:03:31 -0700 Subject: [PATCH 1/5] Add Complete example to SettingsCard page as well --- components/SettingsControls/samples/SettingsCard.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/SettingsControls/samples/SettingsCard.md b/components/SettingsControls/samples/SettingsCard.md index 667bc703..214810db 100644 --- a/components/SettingsControls/samples/SettingsCard.md +++ b/components/SettingsControls/samples/SettingsCard.md @@ -20,3 +20,9 @@ You can set the `Header`, `Description`, `HeaderIcon` and `Content` properties t SettingsCard can also be turned into a button, by setting the `IsClickEnabled` property. This can be useful whenever you want your settings component to navigate to a detail page or open an external link. You can set a custom icon by setting the `ActionIcon`, or hiding it completely by setting the `IsActionIconVisible` to `false`. > [!SAMPLE ClickableSettingsCardSample] + +### Settings page example + +The following sample provides a typical design page, following the correct Windows 11 design specifications for things like spacing, section headers and animations. + +> [!SAMPLE SettingsPageExample] From b6438016c614ddb7b3f22c7adfbdeb5d6316f4ba Mon Sep 17 00:00:00 2001 From: Michael Hawker <24302614+michael-hawker@users.noreply.github.com> Date: Thu, 16 Oct 2025 12:03:54 -0700 Subject: [PATCH 2/5] Fix namespace to align with controls xmlns schema we use for SettingsExpanderSample --- .../samples/SettingsExpanderSample.xaml | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/components/SettingsControls/samples/SettingsExpanderSample.xaml b/components/SettingsControls/samples/SettingsExpanderSample.xaml index 7c96fb97..e7de36b2 100644 --- a/components/SettingsControls/samples/SettingsExpanderSample.xaml +++ b/components/SettingsControls/samples/SettingsExpanderSample.xaml @@ -1,20 +1,20 @@ - + - + Option 1 @@ -22,22 +22,22 @@ Option 3 - - + +