Top "Groupbox" questions

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

Can you hide a QGroupBox frame but preserve it's content visible?

I have a QGroupBox. Depending on the context, it's title may be redundent (displayed in another place of the GUI), …

qt groupbox
FlowLayoutPanel Height bug when using AutoSize

I have a form holding a TableLayout with 1 column and 3 rows that holds 2 FlowLayoutPanels and a Text box. All Rows …

c# winforms groupbox flowlayoutpanel form-layout
delphi group box caption color change

I m using BDS 2006 and would like to know if u can change the color of Group-box and radio group …

delphi colors caption groupbox
Custom GroupBox with custom TextColor, BorderColor and Transparent BackColor

I'm using WinForms. In my form I have a GroupBox. This is a custom group box. I wanted a transparent …

c# .net winforms transparency groupbox
Does the GroupBox Header in WPF swallow mouse-clicks?

Have a look at this very simple example WPF program: <Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.…

.net wpf checkbox groupbox
Rounded corners in GroupBox control

How can I get rounded corners in a GroupBox in my form? Is there any option in the property tab?

.net winforms controls groupbox
How to add property to existing Winforms control

I'm not sure if this is even possible. I've done some research, but haven't been able to find anything conclusive. …

c# .net winforms properties groupbox
Groupbox check for changes event

I have a DataGridView and a GroupBox control containing a few ComboBoxes. Depending on what is selected in the ComboBoxes, …

c# events groupbox
GroupBox autosize

Take a GroupBox, put let say Label inside and then set AutoSizeMode = GrowAndShrink and AutoSize = true. Two problems will arise: …

c# winforms autosize groupbox
WPF GroupBox Header Customization

I have edited the standard GroupBox template as I wanted to customize it. Apart from other customizations, I wanted the …

wpf groupbox opacitymask