Gets or sets the unit of measurement for the SmallScrollSize property.
View scrolling line size units type.
Visual Basic (Declaration) | |
---|---|
Public Property SmallScrollSizeType As DateTimeIntervalType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DateTimeIntervalType SmallScrollSizeType {get; set;} |
Return Value
A DateTimeIntervalType enumeration value that determines the unit of measurement for the SmallScrollSize property. Defaults to "Auto".
When this property is set to "Auto" the unit of measurement for the SmallScrollSize property (which represents the small scrolling that occurs when a user clicks on a left/right or up/down button) is automatically determined by the control, and will be either a number or day.
Small scrolling refers to the scrolling that occurs when an end-user clicks on an up/down or left/right button (see the AxisDataView overview for a pictorial description of scrollbar elements).
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family