Ghost1372

everything can be handy

SimpleSettingsGroup

We moved all namespaces into a single namespace. No matter which (WinUICommunity) library you use, the namespace is always as follows
For use in the Xaml:
xmlns:wuc="using:WinUICommunity"
For use in the Csharp:
using WinUICommunity;

Attributes

Name
Header
Description

Example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
<wuc:SimpleSettingsGroup Header="Behavior">
<wuc:SettingsCard Header="Keep screen on">
<wuc:SettingsCard.HeaderIcon>
<SymbolIcon Symbol="SetLockScreen"/>
</wuc:SettingsCard.HeaderIcon>
<ToggleSwitch/>
</wuc:SettingsCard>
<wuc:SettingsCard Header="Auto Download">
<wuc:SettingsCard.HeaderIcon>
<SymbolIcon Symbol="Download"/>
</wuc:SettingsCard.HeaderIcon>
<ToggleSwitch/>
</wuc:SettingsCard>
</wuc:SimpleSettingsGroup>

Demo

you can run demo and see this feature.

WinUICommunity

0%