Unplanned
Last Updated: 03 Nov 2016 12:23 by ADMIN
ADMIN
Dimitar
Created on: 25 Mar 2016 06:34
Category: GroupBox
Type: Bug Report
0
FIX. RadGroupBox - controls docked in a RadGroupBox are overlapping the header text.
To reproduce:
- Add a groupbox to a form.
- Set larger than the default font.
- Add a grid to the group box.
- Dock it so it fills the available space.
- The grid is covering the bottom part of the header. 

Workaround:
radGroupBox1.Font = new Font("Segoe UI", 16, FontStyle.Regular);
radGroupBox1.Padding = new Padding(2, radGroupBox1.GroupBoxElement.Header.Size.Height + 2,2, 2);
1 comment
ADMIN
Ivan Petrov
Posted on: 19 Oct 2016 09:26
Fixing this issue requires changes to the layout of the control. This changes will alter the layout of existing applications potentially affecting a lot of users. This is why we have decided to postpone the fix for the time being. If the demand for a fix rises we will consider including the fix in an official release.