Customizing WPF Expander; Make only icon clickable not whole header

Posted by Julian Lettner on Stack Overflow See other posts from Stack Overflow or by Julian Lettner
Published on 2010-05-12T19:51:47Z Indexed on 2010/05/12 19:54 UTC
Read the original article Hit count: 178

Filed under:
|
|

I want an Expander that only expands/collapse it's content when the user clicks on the header icon. (Instead of the whole header being clickable.)

Do I have to redefine the control Template to do this? How would it look like?
Where can I find the standard templates/styles for controls?

Thanks for your time.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about expander