cannot changing theme settings. #1458
Answered
by
indigo1715
indigo1715
asked this question in
Q&A
|
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. |
Answered by
indigo1715
Sep 6, 2023
Replies: 1 comment
|
I used GetSkin method to specify Skintype and then changed the resourceDictionary URL. HandyUI's project was helpful. |
0 replies
Answer selected by
indigo1715
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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)