Top "Groupbox" questions

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

How do you change the color of the border on a group box?

In C#.NET I am trying to programmatically change the color of the border in a group box. Update: This …

c# winforms user-interface controls groupbox
How to get a checked radio button in a groupbox?

I have a lot of radio buttons in a groupbox. Normally I will check each radio button individually using If …

.net vb.net winforms radio-button groupbox
GroupBox in WPF can only contain one element?

It seem that GroupBox can only contain one element, if I place more than one it's won't go inside(or …

c# wpf groupbox
Event handler for groupBox with radioButtons in C#

I have some radionButtons in groupBox and I need to do action what I could call "one of radiobuttons.checked …

c# event-handling radio-button groupbox
Loop through all controls of a Form, even those in GroupBoxes

I'd like to add an event to all TextBoxes on my Form: foreach (Control C in this.Controls) { if (C.…

c# groupbox
Android Check box Group

I'm trying to apply some kind of validation on a group of check boxes (e.g. Two contradictory items cannot …

java android checkbox groupbox
Styling a GroupBox

I'm trying to create a GroupBox design like this. I have looked at the GroupBox.HeaderTemplate but I'm having problems …

wpf xaml styling groupbox
Determining checked Radiobutton from groupbox in WPF following MVVM

I have a groupbox with some radiobuttons. How do I get to know which one which is checked? I am …

c# wpf mvvm radio-button groupbox
Attach components to GroupBox in C#

I want to insert a group box in the form and put in 3 radio buttons in it. Are there any …

c# groupbox
GroupBox / TitledBorder in JavaFX 2?

Is there something like a GroupBox or TitledBorder available on JavaFX 2? Thanks for any hint :-)

layout javafx-2 groupbox titled-border