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