Top "Groupbox" questions

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

TLabel and TGroupbox Captions Flicker on Resize

So, I have an application that loads different plugins and creates a new tab on a TPageControl for each one. …

delphi delphi-xe flicker groupbox tpagecontrol
How to change forecolor of disable checkbox in winforms

I am working in windows application that has a form.this form contains a group box that has some check-boxes. …

c# winforms checkbox groupbox
Why does my WPF GroupBox looks so weird?

I have no style set anywhere in my application! UPDATE:

wpf styles groupbox
How to check if any of three controls has focus at same time in wpf?

I have a three textboxes...and I wanted to check if any of these three has focus in it. I …

wpf focus groupbox
Custom GroupBox with round edges

I have a question about UI in visual studio, in C#. I want to make my groupbox custom to look …

c# winforms groupbox
WPF: get the content of a GroupBox to fill available space

I'm facing an irritating problem with WPF GroupBox, hope someone can help me out. Basically the problem is this: I …

wpf layout groupbox