Skip to content

Commit af298ff

Browse files
committed
Update SettingsExpanderSample.xaml.cs
1 parent 0ade4c8 commit af298ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/SettingsControls/samples/SettingsExpanderSample.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
namespace SettingsControlsExperiment.Samples;
66

77
[ToolkitSampleBoolOption("IsCardExpanded", false, Title = "Is Expanded")]
8+
// [ToolkitSampleBoolOption("IsCardEnabled", true, Title = "Is Enabled")] Disabled for now, see: https://github.com/CommunityToolkit/Labs-Windows/issues/362
9+
810
// Single values without a colon are used for both label and value.
911
// To provide a different label for the value, separate with a colon surrounded by a single space on both sides ("label : value").
1012
//[ToolkitSampleMultiChoiceOption("TextSize", title: "Text size", "Small : 12", "Normal : 16", "Big : 32")]

0 commit comments

Comments
 (0)