Animated Expander for WPF
Sep 26
Animated Expander for WPF
Posted In: Code Snippets, Developer Blog
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.
Blog contents
- Cocoon Software (1)
- Code Snippets (3)
- Developer Blog (3)
- Domain Driven Design (1)
- Softwarearchitecture (1)