Completed
Last Updated: 10 Apr 2018 13:57 by Dimitar
ADMIN
Hristo
Created on: 28 Feb 2018 11:19
Category: UI for WinForms
Type: Bug Report
0
FIX. RadTrackBar - the layout is not correct if both of the LabelStyle and TickStyle properties are set to TopLeft
How to reproduce:
this.radTrackBar1.LabelStyle = Telerik.WinControls.UI.TrackBarLabelStyle.TopLeft;
this.radTrackBar1.TickStyle = Telerik.WinControls.Enumerations.TickStyles.TopLeft;

Workaround:
this.radTrackBar1.LabelStyle = Telerik.WinControls.UI.TrackBarLabelStyle.TopLeft;
this.radTrackBar1.TrackBarElement.BodyElement.ScaleContainerElement.BottomScaleElement.Visibility = ElementVisibility.Collapsed;
Attached Files:
0 comments