Top "Groupbox" questions

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

Panel vs GroupBox in a Windows Forms application

Aren't both doing the same thing? How is each different from the other in case of a Windows Forms application.

.net panel groupbox
WPF Groupbox header position alignment

Is it possible to set the position alignment for a GroupBox Header in WPF? The default is to place in …

wpf header alignment groupbox
Groupbox with a flowlayout panel inside and autosize = true shrinks like it is empty

I have a groupbox that holds a flowlayout panel and the flowlayout panel holds a bunch of controls. I set …

c# autosize groupbox flowlayoutpanel
WPF: GroupBox dynamic height

I have a textbox and datagrid inside of a dockpanel that is in a WPF groupbox. <GroupBox Margin="8,142.04,1.783,230.4" Height="…

wpf groupbox
How to get a list of controls in a groupbox in WPF

In standard WinForms development I would do the following: foreach (Control in groupBox1.Controls) { MessageBox.Show(c.Name); } How does …

c# .net wpf wpf-controls groupbox
Winforms groupbox with colored border

I have used the following code to create a groupbox with colored borders: Public Class BorderGroupBox Inherits GroupBox Private _borderColor …

vb.net winforms groupbox
C# Winforms: GroupBox not resizing

I have two GroupBoxes on the left side of one of my TabControls, call them GroupBox A (top left), and …

winforms c#-4.0 groupbox
How do I set the GroupBox caption colour

On my system, the caption of a groupbox is always a dark blue colour, how do I change this? The …

.net winforms groupbox
Make all controls inside a GroupBox read-only?

I know that many individual controls have a ReadOnly property. But suppose I have a GroupBox in which there are …

c# .net winforms controls groupbox
WPF GroupBox Header Text Issue

I have the following XAML which displays correctly: <GroupBox Name="RulesGroupBox" Header="Rules"> <StackPanel Name="RulesStackPanel" HorizontalAlignment="…

c# wpf xaml groupbox