CommandBinding broken in inner Custom Control when nesting two Custom Controls of the same type.
- by Fredrik Eriksson
I've done a Custom Control in form of a GroupBox but with an extra header which purpose is to hold a button or a stackpanel with buttons at the other side.
I've added the a Dependency Property to hold the extra header and I've connected the customized template.
Everything works fine until I put one of these controls in another one. Now the wierd…