Hi,
I'm trying to customize the combobox template, so it contains two "refresh" and "add new" buttons in it.
It's done by using Blend, and extracting default template, and then editing it.
But the problem is, when you extract the template, it extract the styles off Office_Black theme (which is default), and the theme gets hard-coded in the template, so when the user tries to change the theme of the application at run time (for example changing to Metro), the combo box stay in Office_Black!
how can i customize the control, but still change the theme at run time?
Thanks in advance
I'm trying to customize the combobox template, so it contains two "refresh" and "add new" buttons in it.
It's done by using Blend, and extracting default template, and then editing it.
But the problem is, when you extract the template, it extract the styles off Office_Black theme (which is default), and the theme gets hard-coded in the template, so when the user tries to change the theme of the application at run time (for example changing to Metro), the combo box stay in Office_Black!
how can i customize the control, but still change the theme at run time?
Thanks in advance