Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Handycontrol | 5,013 | 5 | 11 | 15 hours ago | 27 | November 16, 2022 | 218 | mit | C# | |
Contains some simple and commonly used WPF controls | ||||||||||
Handycontrols | 914 | 1 | 5 | 2 days ago | 45 | January 14, 2022 | 7 | mit | C# | |
Contains some simple and commonly used WPF controls based on HandyControl | ||||||||||
Propertytools | 846 | 1 | 4 | 8 months ago | 5 | February 10, 2021 | 78 | mit | C# | |
Custom controls for WPF: PropertyGrid, DataGrid, multi-select TreeView, ColorPicker and more | ||||||||||
Colorpicker | 139 | 21 days ago | 9 | March 28, 2022 | 12 | mit | C# | |||
Customizable Color Picker control for WPF | ||||||||||
Egorozh.colorpicker | 60 | 2 | a month ago | 13 | December 20, 2020 | 1 | mit | C# | ||
🎨🎨🎨 Best of the best ColorPicker on WPF and AvaloniaUI | ||||||||||
Colorpickerwpf | 55 | 2 | 3 years ago | 9 | June 03, 2018 | 5 | mit | C# | ||
Simple color picker control for WPF | ||||||||||
Colora | 32 | a year ago | bsd-3-clause | C# | ||||||
Color converter, screen color picker and color palettes for Windows | ||||||||||
Colorpickerlib | 30 | 2 | 3 years ago | 9 | November 13, 2020 | 1 | mit | C# | ||
A WPF/MVVM implementation of a themeable color picker control. | ||||||||||
Colorcontrol | 10 | 6 years ago | 1 | apache-2.0 | C# | |||||
The color picker panel, implemented as the WPF UserControl | ||||||||||
Screen Color Picker | 10 | 10 months ago | C# | |||||||
WPF构建的Windows平台取色器|Screen color picker for .net framework wpf |
SimpleFactoryGenerator - A simple factory source generator that enables the pattern to not violate the open-close principle.
WpfExtensions - Some syntactic sugar for Wpf development.
https://join.slack.com/t/handycontrol/shared_invite/zt-sw29prqd-okFmRlmETdtWhnF7C3foxA
https://gitee.com/handyorg/HandyControl/
https://handyorg.github.io/handycontrol/
为我们购买防脱洗发水 (支付宝扫码)
if your project is not listed here, let us know! 😀
Step 1: Add a reference to HandyControl or search for HandyControl on the nuget;
Install-Package HandyControl
Step 2: Add code in App.xaml as follows:
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/>
<ResourceDictionary Source="pack://application:,,,/HandyControl;component/Themes/Theme.xaml"/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
Step 3: Add NameSpace:
xmlns:hc="https://handyorg.github.io/handycontrol"
Step 4: Enjoy coding
VS2019 |
---|