Unplanned
Last Updated: 30 Mar 2016 13:49 by ADMIN
ADMIN
Nikolay
Created on: 14 Sep 2012 09:24
Category: UI Framework
Type: Bug Report
6
FIX. RadPanel - docked controls overlap the panel border
If you dock a control in RadPanel, this control will cover the borders of RadPanel. This behavior is different from the behavior of the standard Panel behavior where the border is not covered, because of a Padding of 1.

We should consider whether this change should be introduced in our suite as this could modify the design of our customers' layouts in a way then don't want.

Workaround: this.radPanel1.Padding = new Padding(1);
0 comments