Version

ColumnScrollBarVisibility Property

Returns or sets a value indicating whether the control displays a horizontal scrollbar.
Syntax
'Declaration
 
Public Property ColumnScrollBarVisibility As TimelineViewColumnScrollBarVisibility
public TimelineViewColumnScrollBarVisibility ColumnScrollBarVisibility {get; set;}
Remarks

When the horizontal scrollbar is visible, it can be used to navigate along the timeline. The control's HorizontalScrollSettings property returns an object which provides a way to customize the small and large increments on the horizontal scrollbar.

The horizontal scrollbar reflects and controls the first visible date and time displayed by the control. Navigational buttons can be made to appear on the headers generated by the additional intervals, but not the PrimaryInterval, i.e., the horizontal scrollbar provides the navigational functionality for the primary interval.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also