SettingsUI
SettingsUI copied to clipboard
Windows 11 settings page in WinUI 3 applications ported from Powertoys
🙌 Donate Bitcoin with Trust🙌
🙌 Donate ETH with Trust🙌
🙌 Bitcoin: bc1qzs4kt4aeqym6gsde669g5rksv4swjhzjqqp23a
🙌 ETH: 0x40Db4476c1D498b167f76A2c7ED9D45b65eb5d0C
SettingsUI
SettingsUI Helps you create your own application settings page (like Windows 11 Settings) With many useful helper classes
NOTE: SettingsUI is based on
WindowsAppSDK
version1.1.3
stable andMicrosoft.Windows.SDK.BuildTools
version10.0.22621.1
Install
Install-Package SettingsUI
After installing, add the following resource to app.xaml
<ResourceDictionary Source="ms-appx:///SettingsUI/Themes/Generic.xaml"/>
See the Demo app to see how to use it
Documentation
See Here for Online Documentation