Top "Groupbox" questions

It is a container that displays a frame around a group of controls with an optional header.

Can Margin be enforced even with Dock property set?

I have a WinForms Form with a few controls on it. All of them are GrouBox controls and I want …

winforms controls margin dock groupbox
C# default checked RadioButton in a GroupBox

I have two GroupBoxes (groupBox1 and groupBox2) and each of which contains a set of RadioButtons. The problem is that …

c# radio-button groupbox
How can I add moving effects to my controls in C#?

I have a Panel In my C# form and I have a button. When I click on the Button the …

c# winforms effects move groupbox
Do we have any Group box in bootstrap

In one of my application we need a group box like feature just like as shown in the picture below, …

html css twitter-bootstrap groupbox
WPF GroupBox with no header space

Easy one, I would like to have a GroupBox with no header space The closest thing is a border, but …

wpf styles groupbox
WPF GroupBox HeaderTemplate and DataBinding

I define a headertemplate into a wpf groupbox and the databinding doesn't work. I don't understand why. <GroupBox> &…

wpf groupbox
Change group box text color?

How do you change the text color of a group box in C#? The "documentation" doesn't even mention this, and …

c# groupbox textcolor
How can I change the border thickness of a Groupbox on a windows form in C#?

I didn't find any solution that helped me on the older questions on SO... Is it possible to make them …

c# winforms groupbox
Border of qgroupbox

I'm having some trouble setting a border of a groupbox. my aim is to have something like this: but so …

qt border groupbox
Android: how to make a GroupBox widget?

It appears that Android doesn't offer such a useful widget. However, my screen design requires a view like this: Also, …

android groupbox