I have a webgroupbox and it does not repspect the height property unless it is within a div that restricts the height.
The first one is ok. Not the second.
Gary
<
130px">
="270px">
</
>
Hi Rookertrusted,
Thanks for notes about drag-drop.Before I did not realized that it was report about design time rendering. I tested WebGroupBox inside of WebTab and found that at design time its height was stretched to the size of container.
That has been fixed and update will be available within service releases.
I am also having this problem. I have a user control that is a form. There are tabs on the form. Within a tab I drag a webgroupbox onto the tab area. Vertically it takes up the entire area. I can adjust the width but never the height. Even if I change it in the source html, it still consumes then entire vertical space. Is this an issue in 2011 volume 2?
Hi Gary,
I did not find WebGroupBox in attached codes. Maybe formatting/filtering removed something. If you want to attach codes, then you may use Options tab, or you may filter text by copy/paste/copy with a plain text editor like notepad.
I tested following and it worked ok.
<igmisc:WebGroupBox ID="WebGroupBox1" runat="server" BackColor="#CCFF99" Height="200px" Text="header" Width="250px"> <Template> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> </Template></igmisc:WebGroupBox>
Gary,
I am having the same problem with the height value not working in the webgroupbox!!!
Why does it not work?
Thanks,
Keith