Version

LargeChange Property (HorizontalScrollSettings)

Returns or sets the span of time by which the UltraTimelineView control is scrolled when the user clicks within the scroll track.
Syntax
'Declaration
 
Public Property LargeChange As TimeSpan
public TimeSpan LargeChange {get; set;}
Remarks

By default, the control scrolls by one logical page with each click on the scroll track. The LargeChange property can be used to change this behavior.

Since the number of pixels required to represent a unit of time can be a non-integral value, the LargeChange property is expressed as a TimeSpan rather than an integer representing a discreet number of pixels.

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