Version

SmallChange Property

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

By default, the control scrolls by one cycle of the primary interval with each click of the scroll buttons. The SmallChange property can be used to change this behavior. For example, given a primary interval that generates fifteen-minute cycles, setting the SmallChange property to a 5-minute TimeSpan will cause the control to require three clicks on the scroll button in order to scroll to the next cycle.

Since the number of pixels required to represent a unit of time can be a non-integral value, the SmallChange 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