How do I change the WPF Expander Header Text when expanded or collapsed?
- by Scott Ferguson
Using a WPF expander, I want the Header to change from See More to See Less when the control is expanded, and back to See More when it's collapsed again.
I'd prefer a WPF pure solution, rather than a C# or other code behind method.
I get the feeling this should be easy, but I'm struggling for the right terms to get a solution via google.
Thanks!