🙌 Use donations to help support your projects! 🙌
This project is based on HandyControl and includes some controls and features that are not included in the original project [for example support for Persian Calendar and PersianDate, More Controls and More Styles] See what's there
Step 1: Add a reference to HandyControls or search for HandyControls on the nuget;
Install-Package HandyControls
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 |
---|