This is a migrated thread and some comments may be shown as answers.

RadGroupBox lose bottom boundary

1 Answer 56 Views
GroupBox
This is a migrated thread and some comments may be shown as answers.
Peter Bogoyavlensky
Top achievements
Rank 1
Peter Bogoyavlensky asked on 18 Aug 2009, 04:56 PM

If RadGropBox have

1) non odd height (for example, 179 instead of 180) and

2) font set for Tahoma with size 8 

lower boundary is lost. See this picture for example.

I use Telerik RadControls for WinForms version 2009.2.729.

1 Answer, 1 is accepted

Sort by
0
Accepted
Nick
Telerik team
answered on 19 Aug 2009, 02:03 PM
Hello Peter Bogoyavlensky,

Thank you for reporting the bug. The issue is fixed and the next release will be ok. You can currently use the following work-around:

private void Form5_Load(object sender, EventArgs e) 
((BorderPrimitive)this.radGroupBox1.GroupBoxElement.Content.Children[1]).FitToSizeMode = RadFitToSizeMode.FitToParentContent; 

Do not hesitate to write me back if you have further questions.

Greetings,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GroupBox
Asked by
Peter Bogoyavlensky
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or