🙌 Donate Bitcoin with Trust🙌
🙌 Donate ETH with Trust🙌
🙌 Bitcoin: bc1qzs4kt4aeqym6gsde669g5rksv4swjhzjqqp23a
🙌 ETH: 0x40Db4476c1D498b167f76A2c7ED9D45b65eb5d0C
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
if your project is not listed here, let us know! 😀
https://ghost1372.github.io/handycontrol/
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 xmlns:hc="https://handyorg.github.io/handycontrol">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<hc:ThemeResources/>
<hc:Theme/>
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>
Step 3: Add NameSpace:
xmlns:hc="https://handyorg.github.io/handycontrol"
Step 4: Enjoy coding
HandyControls |
---|