SettingsUI
Experience WinUI 3 quickly and easily with the help of SettingsUI, Everything you need to develop an application is gathered in one place.
NOTE: SettingsUI is based on
WindowsAppSDK
version1.3.230331000
stable andMicrosoft.Windows.SDK.BuildTools
version10.0.22621.756
Install
Install-Package WinUICommunity.SettingsUI
After installing, add the following resource to app.xaml
<ResourceDictionary Source="ms-appx:///SettingsUI/Themes/Generic.xaml"/>
Namespace
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;
Demo
See the Demo app to see how to use it
Documentation
See Here for Online Documentation
Available Features
- Multiple Custom Controls such as
Windows 11
Settings Page Controls - Custom Styles for Some Controls such as TextBlock and Button.