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