- Notifications
You must be signed in to change notification settings - Fork1.1k
Contains some simple and commonly used WPF controls
License
HandyOrg/HandyControl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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> <ResourceDictionarySource="pack://application:,,,/HandyControl;component/Themes/SkinDefault.xaml"/> <ResourceDictionarySource="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 |
---|
About
Contains some simple and commonly used WPF controls