Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Would subclassed WPF controls that ship with the Framework be automatically themed?

0
10 Posted

Would subclassed WPF controls that ship with the Framework be automatically themed?

0
10

Yes, as long as you haven’t modified the templating code, it will apply automatically. For example, if you take a textbox control, subclass it, and add new events or properties, it will apply automatically. However, if you subclass it to a degree where the template VisualTree of the control is affected, skinning may be altered a bit. Fortunately, we can provide limited tech support for this, so if you have trouble skinning a subclassed control, we can help you either modify the skin or the subclassing code to resume proper skinning.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123