On May 11, 2:39 pm, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.comwrote:
Well, if that is the case, then you need have your control determine
what the size of thegroupboxis and size its child members accordingly.
--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard.caspershouse.com
<shilpichaud...@gmail.comwrote in message
news:11********************@p77g2000hsh.googlegrou ps.com...
On May 11, 11:51 am, "Nicholas Paldino [.NET/C# MVP]"
<m...@spam.guard.caspershouse.comwrote:
Shilpi,
In this case, you are going to have to figure out the space that the
controls in yourgroupboxcontains and size thegroupboxaccordingly.
However, you should be sure that your parent container (the parent
control of thegroupbox) has enough space to accomidate the resizing of
thegroupbox.
--
- Nicholas Paldino [.NET/C# MVP]
- m...@spam.guard.caspershouse.com
<shilpichaud...@gmail.comwrote in message
>news:11**********************@l77g2000hsb.googleg roups.com...
Thanks Nicholas ! Yes thats not an option, I can't resize thegroupbox_
I just the need the controls to be visible(without being clipped) and yet
be a part of the group box.
Shilpi
Hi:
I need to have controls ingroupBox, which should not be clipped as
per the size of the group box. so if they are longer, the control like
a text box should appear (unclipped)
Thanks, Shilpi- Hide quoted text -
- Show quoted text -- Hide quoted text -
- Show quoted text -
Do you know anything about WS_CLIPSIBLINGS and how that can be used -
If I remove that from the style, nothing happens, but when I remove it
along with WS_CHILD, it takes care of the problem, but also makes the
control a popup control
Shilpi