Class TimelineScrollBar
A RadSlider specialized for vertical scrolling in RadTimeline.
Inherited Members
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class TimelineScrollBar : RadSlider, IRangeSelector<double>, ISupportInitialize
Constructors
TimelineScrollBar()
Declaration
public TimelineScrollBar()
Fields
ScrollBarVisibilityProperty
Identifies the ScrollBarVisibility dependency property.
Declaration
public static readonly DependencyProperty ScrollBarVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ScrollBarVisibility
Gets or sets a value that indicates whether this scrollBar should be displayed.
Declaration
public ScrollBarVisibility ScrollBarVisibility { get; set; }
Property Value
System.Windows.Controls.ScrollBarVisibility
A ScrollBarVisibility value that indicates whether this scrollBar should be displayed. The default is ScrollBarVisibility.Disabled. |
Methods
OnSelectionChanged()
Called when SelectionRange event occurs.
Declaration
protected override void OnSelectionChanged()