StrataFrame Forum

ThemedGroupBox

http://forum.strataframe.net/Topic6035.aspx

By Tim Dol - 1/22/2007

I have a small display problem with the ThemedGroupBox. When I place a listbox control inside a ThemedGroupBox and set the Dock = Fill, part of the group box header is cutoff by the top of the listbox.

Thanks

Tim

By Trent L. Taylor - 1/22/2007

Yes, this has to do with internal padding and how you are using the ThemedGroupBox.  It sounds like you are displaying the title within the header.  In this case, do not dock the ListView.  Get it to look the way that you like within the control, and if it needs to side with the ThemedGroupBox, the set the Anchor on the ListView to Right, Left, Top, and Bottom.
By Tim Dol - 1/22/2007

Thanks, that solved the problem.Wink
By Trent L. Taylor - 1/22/2007

Good to hear Smile