
I have purchased a WPF theme, which integrates fine with my app. I've had to override (if that's the right phrase) some of the controls to get it to behave in the way I want. i.e. for the Datagid I have this in the xaml of the page to change the behaviour of this instance of the grid:
This is the ControlTemplate section of the theme:
BTW I'm not what you would call an experienced WPF developer, so please go easy with any replies.
Thanks, Mike...
Now I have the code for the theme and they override the expander themselves to change the way it looks, but unfortunately I've lost the animated effect from the ActiPro expander. I've tried several things in their theme xaml, but I can't seem to get the animation back. I'm guessing I'm losing some kind of inheritance in the override they make.
This is the ControlTemplate section of the theme:
Can anyone suggest any help here?
BTW I'm not what you would call an experienced WPF developer, so please go easy with any replies.
Thanks, Mike...