Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

21
votes
4answers
3k views

Does the GroupBox Header in WPF swallow mouse-clicks?

Have a look at this very simple example WPF program: <Window x:Class="WpfApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" ...
8
votes
2answers
236 views

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. Each DLL has a TForm associated with it. The forms are created with their parent hWnd as ...
8
votes
4answers
7k views

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 get deleted in blend). Is this by design or am I doing something wrong?
7
votes
4answers
5k views

WPF GroupBox with no header space

Easy one, I would like to have a GroupBox with no header space The closest thing is a border, but the border "by default" does not have the same Style as the group box. What's the easiest way ...
4
votes
1answer
320 views

delphi group box caption color change

I m using BDS 2006 and would like to know if u can change the color of Group-box and radio group captions with XPmanifest present in the Project(because it is Always blue in color).
4
votes
2answers
178 views

How do I style a GroupBox caption separately from its contents?

I'm developing a WinForms application and on one form, I use a GroupBox to group related controls together. I would like to style the caption in a particular way (e.g. making the caption bold). By ...
4
votes
1answer
1k views

Why does my WPF GroupBox looks so weird?

I have no style set anywhere in my application! UPDATE:
3
votes
1answer
117 views

Transparent group box

I have inherited from TGroupBox of the Delphi native control and overriden its Paint method to draw rounded rectangle. procedure TclTransparentGroupBox.CreateParams(var params : TCreateParams); ...
3
votes
1answer
248 views

Problem with the mouse click on toggleButton in WPF

I made a custom control template that turns a groupbox into an expander (clicking on the header expands/collapses the content of the groupbox). It works fine except that mouse clicks don't always go ...
3
votes
3answers
298 views

How can I add moving effects to my controls in C#?

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 ...
3
votes
2answers
962 views

WinForm - TabStop Not Working

I have a WinForm with 3 group boxes, one with combo boxes, and two with radio buttons. I set all of them and their children controls to "TabStop = false", but when I cycle with TAB, the currently ...
3
votes
2answers
552 views

Can I un-check a group of RadioBottoms inside a group box?

radio bottoms inside a group Box will be treated as a group of bottoms. They are mutual exclusive. How can I clean up their check states?? I have several radio bottoms, one of them are checked. How ...
3
votes
2answers
2k views

WPF Groupbox header postion alignment

Is it possible to set the position alignment for a GroupBox Header in WPF? The default is to place in the top left corner of the GroupBox outline but I would like it to be centered at the top. I know ...
3
votes
3answers
3k views

Group box with title as Check box

I am using Visual Studio 6.0 (VC++ with MFC) in Windows XP platform. I am trying to create a group box with the title of the group box as a check box. My intention is this: If the check box is ...
2
votes
1answer
224 views

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 have a listview inside a GroupBox, but no matter what I do I can't seem to be able to ...
2
votes
1answer
112 views

groupboxes becomes inaccessible using TAB after clicking button

I have a form which has two groupboxes (& other controls as well, its the groupboxes that are creating problems), a 'SAVE' button which saves the form data into a database & a 'NEW FORM' ...
2
votes
3answers
241 views

Change Colour of Group Box Group Title Name

How I can change the GroupBox title colour? The default colour is blue and I would like to alter that.
2
votes
1answer
314 views

WPF Groupbox height needs to change dynamically?

I am working with a groupbox in WPF, and Inside of the groupbox is a stackpanel. The stackpanel has items that are removed, and added to its children. The problem I am experiencing is that ...
2
votes
2answers
635 views

Delete Controls inside GroupBox

I created a groupbox and then populate it with buttons during runtime. I also created a button, say Button1 to loop through the groupbox and delete those buttons. Here's my code for Button1: Public ...
2
votes
1answer
745 views

WPF GroupBox ControlTemplate : How to apply a Style only to elements in the Header?

I'm trying to make a ControlTemplate for a GroupBox such that if a TextBlock is declared in the Header its Background should be set to yellow. The problem is that, although I define a style for ...
2
votes
2answers
1k views

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 the flowlayout panel to dock with the parent. Since I don't know how many controls will be ...
2
votes
1answer
503 views

Adding click/double-click events to static group box controls

Having realised my own reasons were way too dubious, I've now gone about this a different way. But I'm still curious... For reasons of nostalgia, familiarity and laziness, I'm coding a UI with MFC. ...
2
votes
2answers
816 views

WinForms - DataGridView Inherits style from GroupBox

I have a weird problem, and I don't know if this is the default behaviour of .Net DataGridView inside a GroupBox/TabControl. I've created a new WinForm project from scratch, and created a ...
2
votes
3answers
802 views

Why does GroupBox not have a MouseMove event?

The WinForms GroupBox control doesn't support MouseMove (or at least, not consistently), and I don't understand why. Since it descends from Control, it does have a MouseMove event, but GroupBox ...
2
votes
4answers
6k views

Change group box text color?

How do you change the text color of a group box in C#? The "documentation" doesn't even mention this, and Googling hasn't turned up an answer. Thanks! Alan
2
votes
4answers
9k views

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 question was asked when I was working on a winforms system before we switched to .NET.
1
vote
2answers
57 views

Inherited GroupBox has OnPaint jitters

I've been searching all morning and unfortunately I'm not sure what the techincal term is for this issue, so I'm unable to find a resolution. When I derive from a GroupBox and override the onPaint ...
1
vote
3answers
175 views

How to bind a custom control check box

I have been having issues with a custom check box control for a while now and had posted this Question... It appears that the problem isn't related to the events. The custom control is a group box ...
1
vote
1answer
197 views

FlowLayoutPanel Height bug when using AutoSize

I have a form holding a TableLayout with 1 column and 3 rows that holds 2 FlowLayoutPanels and a Text box. All Rows are AutoSize, and the column is set to Percentage=100%. Each FlowLayoutPanel holds ...
1
vote
1answer
149 views

C#: GroupBox borders are drawn incorrectly, using WPF and XAML

This is what my groupBox looks like: http://i.imgur.com/ISvKC.png There is nothing placed on top of the groupBox or anything like that. Some groupboxes are correct, some are not. I have no clue ...
1
vote
1answer
424 views

Custom GroupBox control with other controls inside

I didn't like any available solutions so I started to make my own wizard interface. I use a GroupBox for each step of the wizard but since every step (every GroupBox) must have the same structure and ...
1
vote
1answer
103 views

PyQt4 Vertical Layout Autospacing

I am using Qt Designer to set up a simple gui for a program I am writing in which I need to display a column of radio buttons. I want to hide some of the radio buttons (not just disable them) based ...
1
vote
1answer
201 views

Get theme properties of Group Box lines

My goal is to draw a Group Box that is not rectangular but instead has the corners cut away. I do not mean just clipping the corners, but rather have a continuous closed path where the corners are ...
1
vote
2answers
407 views

WPF GroupBox Custom Header Alignment Left And Right

I am trying to add content to a groupbox header, so that part of the content aligns to the left and the other part aligns to the right. I've tried adding a grid as the content to the header with 2 ...
1
vote
1answer
592 views

WPF GroupBox header Alignment issue

How can i align the groupBox header to the center rather than the default left positioning. I read in many post that one can use template but i have no idea about such thing. So please let me know ...
1
vote
2answers
286 views

Why does Windres report a syntax error on my GROUPBOX statement?

I'm experimenting with the Win32 API in C++, specifically with writing resource files. Now, my entire project was working just fine, menus and titles and everything. However, when I add this code for ...
1
vote
3answers
510 views

Rounded corners in GroupBox control

How can I get rounded corners in a GroupBox in my form? Is there any option in the property tab?
1
vote
1answer
60 views

What is the easiest way to keep track of a group of checkable buttons in QT?

I have six checkable push buttons in QT, and I want it so that only one of the buttons are checked at one time (like radio buttons). I could probably do it with lots of signals and slots, but is there ...
1
vote
1answer
220 views

resize groupbox with sleep between iteration show up after loop ends

I make new project and simplified it to check if this bug is real, and this is my code: private void button1_Click(object sender, EventArgs e) { for (int i = 0; i < 10; i++) ...
1
vote
4answers
3k views

WPF GroupBox HeaderTemplate and DataBinding

I define a headertemplate into a wpf groupbox and the databinding doesn't work. I don't understand why. <GroupBox> <GroupBox.HeaderTemplate> <DataTemplate> ...
1
vote
2answers
2k views

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="Auto" Header="Desired Meeting Outcomes (decisions or actions)?" ...
1
vote
1answer
481 views

How do I change the width of a group box in MFC programmatically?

Sorry, I'm more of a C# person but I'm having to update some legacy MFC code. I'm starting to realize why C# was a good upgrade.
1
vote
2answers
1k views

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 advantages in attaching the 3 radio buttons to the groupbox.? Cab we even do that? If I have to do it how do ...
1
vote
1answer
2k views

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 the windows forms application.
1
vote
1answer
1k views

Problems binding Foreground property of GroupBox HeaderTemplate

I defined a DataTemplate for the header of my GroupBoxes: <Style x:Key="GroupBoxHeaderStyle" TargetType="{x:Type GroupBox}"> <Setter Property="Foreground" ...
0
votes
2answers
73 views

Silverlight: How to create checkboxes inside GroupBox dynamically from collections of collections?

My case is like, I have a collection object that contain a collection as: public class GroupBoxColletion { public string GroupBoxName; public list<CheckBox> CheckBoxName; } Note: I ...
0
votes
1answer
86 views

How to add scrollbar in Groupbox MFC

I have a groupbox which contains text boxes. I want more text boxes with in the same groupbox with out increasing the size of groupbox, If this groupBox has scroll it will be easy to achieve this. How ...
0
votes
1answer
45 views

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 tried something like this -> added three properties in viewmodel...whose value will be toggled by lost/got ...
0
votes
2answers
103 views

VB.NET Label in front of or in multiple GroupBoxes

This is in VB.NET 2003 I have a Form with a few GroupBoxes overlaying one another and being shown based on what the form's supposed to be showing at the moment. What I want is to have a text object ...
0
votes
2answers
69 views

how to delete a user in a mysql server based on search results?

I have a datagrid control with a list of names that it retrieves from a MySql database. I can search through them until i have one result. I want to be able to Display a groupbox control when the ...

1 2