Multiple Control Templates for a custom control in Silverlight

Posted by Tada on Stack Overflow See other posts from Stack Overflow or by Tada
Published on 2010-03-29T06:19:53Z Indexed on 2010/03/29 6:23 UTC
Read the original article Hit count: 538

I am creating a custom control. The contents of the control will differ a lot when in different visual states.

Can I to achieve the above, apply different control templates to the same custom control? That is define more than one control template for a custom control? If not, any clues as to how I can do this, without have as many custom/user controls as there are states?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about customcontrols