• Stars
    star
    173
  • Rank 214,331 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created over 2 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Windows 11 settings page in WinUI 3 applications ported from Powertoys with some custom controls and styles

dotnet os-require IDE-version csharp-require projects WinuiCommunity Nugets nuget-version Installed Docs


🙌 Donate Bitcoin with Trust🙌
🙌 Donate ETH with Trust🙌

🙌 Bitcoin: bc1qzs4kt4aeqym6gsde669g5rksv4swjhzjqqp23a
🙌 ETH: 0x40Db4476c1D498b167f76A2c7ED9D45b65eb5d0C


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 version 1.3.230331000 stable and Microsoft.Windows.SDK.BuildTools version 10.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.

SettingsUI

SettingsUI

SettingsUI

SettingsUI

SettingsUI

SettingsUI