Animated Expander for WPF

Sep 26

Animated Expander for WPF

For my current projekt I want to implement a control like the  Hamburger Sidebar icon-reorder . For the new Universal Windows Apps I found a control that is called SplitView which can be easily used for this purpose. Sadly there is nothing similar in WPF that might be used for it. So I came to the point restyling the Expander control in WPF and decorate it with a nice fade in / fade out as well as a LayoutTransform to reorder the other GUI elements.

The output code can be downloaded and reused for free.

 icon-download AnimatedExpander