groupbox Questions
4
Solved
I'm using WinForms. In my form I have a GroupBox. This is a custom group box. I wanted a transparent background for the groupbox. I'm having issues creating a transparent background for the groupbo...
Chambray asked 2/1, 2016 at 2:42
3
It appears that Android doesn't offer such a useful widget. However, my screen design requires a view like this:
Also, the interaction design requires that such boxes are displayed and hidden, d...
7
Solved
In C#.NET I am trying to programmatically change the color of the border in a group box.
Update: This question was asked when I was working on a winforms system before we switched to .NET.
Photopia asked 16/9, 2008 at 20:16
12
I have some radionButtons in groupBox and I need to do action what I could call "one of radiobuttons.checked changed" or find out from radiobutton what index is changed.
I've tryed to find it in l...
Iso asked 22/6, 2012 at 16:44
8
I'm trying to apply some kind of validation on a group of check boxes (e.g. Two contradictory items cannot be checked together) so I want to somehow group Check Box objects and apply something like...
9
I'd like to add an event to all TextBoxes on my Form:
foreach (Control C in this.Controls)
{
if (C.GetType() == typeof(System.Windows.Forms.TextBox))
{
C.TextChanged += new EventHandler(C_TextC...
4
Solved
In one of my application we need a group box like feature just like as shown in the picture below, We are using Twitter Bootstrap 3 css. I have searched whether there is any feature like that in Bo...
Jape asked 17/4, 2015 at 11:46
3
I am working in windows application that has a form.this form contains a group box that has some check-boxes. I have set this group box as disable. Now my problem is the fore-color of check-box tex...
4
Solved
I have a groupBox name "groupBox".I want to disable whole groupbox includind the name of the group box.
I am attaching the image.I hope it would clear the situation
<GroupBox Name="groupBox" Gr...
2
Solved
I have two GroupBoxes (groupBox1 and groupBox2) and each of which contains a set of RadioButtons.
The problem is that in groupBox1, there is a default RadioButton (1st RadioButton in the group) be...
Valer asked 26/10, 2014 at 12:43
5
Solved
I define a headertemplate into a wpf groupbox and the databinding doesn't work. I don't understand why.
<GroupBox>
<GroupBox.HeaderTemplate>
<DataTemplate>
<StackPanel Orien...
5
Solved
I have a QGroupBox. Depending on the context, it's title may be redundent (displayed in another place of the GUI), so I then need to make as if the QGroupBox was not here....but I must preserve it'...
3
Take a GroupBox, put let say Label inside and then set AutoSizeMode = GrowAndShrink and AutoSize = true.
Two problems will arise:
There is a huge gap between Label and bottom of GroupBox (almost...
1
I have two problems with the GroupBox, they appears after setting GroupBox.AutoSizeMode = AutoSizeMode.GrowAndShrink and GroupBox.AutoSize = true.
GroupBox.Text width is not taken into account ...
2
Solved
I'm having some trouble setting a border of a groupbox.
my aim is to have something like this:
but so far all I can get is this:
the stylesheet i'm using:
#groupBox {
border: 1px solid g...
11
Solved
I have a lot of radio buttons in a groupbox. Normally I will check each radio button individually using If radiobutton1.Checked = True Then.
But I think maybe there is smart way to check whi...
Pacifier asked 24/6, 2011 at 11:14
6
Solved
Is there something like a GroupBox or TitledBorder available on JavaFX 2?
Thanks for any hint :-)
Measurement asked 13/2, 2013 at 18:59
2
Solved
Aren't both doing the same thing? How is each different from the other in case of a Windows Forms application.
5
Solved
I have two GroupBoxes on the left side of one of my TabControls, call them GroupBox A (top left), and GroupBox B (bottom left). The GroupBoxes do not resize like I would hope.
Example:
When I res...
4
Solved
I have a Panel In my C# form and I have a button. When I click on the Button the invisible Panel Shows. Instead of that I want the Panel to move in or slide in.
For example when you click on a comb...
3
Solved
I want to insert a group box in the form and put in 3 radio buttons in it.
Are there any advantages in attaching the 3 radio buttons to the groupbox.? Cab we even do that?
If I have to do it how ...
5
Solved
I'm trying to create a GroupBox design like this.
I have looked at the GroupBox.HeaderTemplate
but I'm having problems creating the blue background color, with a width of 100%.
The same goes fo...
5
Solved
I have a groupbox with some radiobuttons. How do I get to know which one which is checked? I am using WPF and following MVVM.
<GroupBox Name="grpbx_pagerange" Header="Print Range">
<Grid...
Hejaz asked 4/9, 2013 at 14:35
4
Solved
So, I have an application that loads different plugins and creates a
new tab on a TPageControl for each one.
Each DLL has a TForm associated with it.
The forms are created with their parent hWnd a...
Treytri asked 8/11, 2011 at 23:59
4
Solved
It seem that GroupBox can only contain one element, if I place more than one it's won't go inside(or get deleted in blend).
Is this by design or am I doing something wrong?
1 Next >
© 2022 - 2025 — McMap. All rights reserved.