It is a container that displays a frame around a group of controls with an optional header.
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 groupboxI 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 groupboxIt seem that GroupBox can only contain one element, if I place more than one it's won't go inside(or …
c# wpf groupboxI have some radionButtons in groupBox and I need to do action what I could call "one of radiobuttons.checked …
c# event-handling radio-button groupboxI'd like to add an event to all TextBoxes on my Form: foreach (Control C in this.Controls) { if (C.…
c# groupboxI have a groupbox with some radiobuttons. How do I get to know which one which is checked? I am …
c# wpf mvvm radio-button groupboxI want to insert a group box in the form and put in 3 radio buttons in it. Are there any …
c# groupboxIs there something like a GroupBox or TitledBorder available on JavaFX 2? Thanks for any hint :-)
layout javafx-2 groupbox titled-border