DHancock / WinUI3Controls

A WinUI 3 control library
The Unlicense
16 stars 3 forks source link

WinUI3Controls

A control library for WinUI 3

It contains two controls, a WinUI implementation of the WPF GroupBox control and a simple palette based color picker. The library is available as a NuGet package.

xwz2

Source... ```xaml

Further examples can be found in the TestSolution

Release Notes

Version Changes
2.2.1 Improve the GroupBox layout code.
2.2.0 Unseal the GroupBox and SimpleColorPicker classes.
2.1.1 Fixes to the simple color picker control.
2.1.0 Add simple color picker control.
2.0.3 Draw border when the group box is the target of a TeachingTip. #21.
2.0.2 Fix adding size changed event handlers #18.
2.0.1 Fix the high contrast theme brush.
2.0.0 Change from ProjectReunion to WindowsAppSDK.
Added theme resources for light, dark and high contrast themes.
1.0.1 Added the GitHub project URL. No code changes.
1.0.0 Initial release.