Tagged Questions
3
votes
1answer
250 views
Problem with the mouse click on toggleButton in WPF
I made a custom control template that turns a groupbox into an expander (clicking on the header expands/collapses the content of the groupbox). It works fine except that mouse clicks don't always go ...
1
vote
1answer
1k views
Problems binding Foreground property of GroupBox HeaderTemplate
I defined a DataTemplate for the header of my GroupBoxes:
<Style x:Key="GroupBoxHeaderStyle" TargetType="{x:Type GroupBox}">
<Setter Property="Foreground" ...