I think this is a fairly simple question. If I am using HandyControls to stylize my C#/XAML application, how can I remove the division between the header of a GroupBox and it's content?
I would rather it just be one box, but in HandyControls, they have an example where the header's box doesn't have padding between it and the main content box, which would be acceptable. How could I mimic that style?
Trying to see what I could figure out my self, I saw some example code they had. In some of the examples they use add a style that changes the GroupBox slightly. StaticResource GroupBox.Small in the case of what I saw. But it doesn't have the effect I want. Is there other options instead of "Small" that might achieve the effect I want? I couldn't find a list of what was available
I want to say I basically have no experience making my own styles for XAML controls, especially modifying already modified ones. So please take that into consideration.
You just need to set the style to GroupBoxTab or GroupBoxTab.Small to get the desired effect.