cannot changing theme settings. #1458
-
I'm using .NET Framework 4.8 and working on WPF. I defined the handy control as defined in the dictionary, as shown in the code below.
.... All controls work normally. Please tell me how to batch change the skins of Handycontrols applied at the code-behind level. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I used GetSkin method to specify Skintype and then changed the resourceDictionary URL. HandyUI's project was helpful. |
Beta Was this translation helpful? Give feedback.
I used GetSkin method to specify Skintype and then changed the resourceDictionary URL.
It worked done. I was using multiple Theme libraries so handycontrol theme change worked by adding the priority library to the last resource.
HandyUI's project was helpful.
(https://github.com/HandyOrg/HandyUI)