Wpf Archive - Cocoon Software

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


Aug 7

Drag images from Chrome to WPF application

Problem I am currently experimenting a lot with WPF GUI’s to improve the usability within my applications. A lot of users use to drag & drop images from the web into a local application in order to add them to a collection. This sounds rather simple to implement. But it seems that every browser has its


Jul 27

Auto Margin between Panel elements

How do you achieve a simple alignment of multiple elements within a panel in WPF? If you’re doing masks with multiple Textblocks and Textboxes you might have asked yourself exactly this question. In Winforms this wasn’t a trivial problem because you had to set the margin or padding of each element yourself. Fortunately this is a