Unplanned
Last Updated: 30 Mar 2016 13:06 by ADMIN
ADMIN
Hristo
Created on: 06 Apr 2015 10:08
Category:
Type: Bug Report
1
FIX. RadScrollablePanel - when the PanelElement.BorderThickness is set to zero there are visual glitches
How to reproduce:
 this.radScrollablePanel1.PanelElement.BorderThickness = new Padding(0);

Workaround: in order to hide the border of the RadScrollablePanel.PanelElement its Visiblity needs to be set to Hidden or Collapsed
this.radScrollablePanel1.PanelElement.Border.Visibility = Telerik.WinControls.ElementVisibility.Hidden;
0 comments