Scrolling type enumeration.
Visual Basic (Declaration) | |
---|---|
Public Enum ScrollType Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum ScrollType : Enum |
Member | Description |
---|---|
SmallDecrement |
Data view is decreased one small scrolling interval. Scrolls by substracting one small size. |
SmallIncrement |
Data view is increased one small scrolling interval. Scrolls by adding one small size. |
LargeDecrement |
Data view is decreased one large scrolling increment. Scrolls by substracting one view size. |
LargeIncrement |
Data view is increased one large scrolling increment. Scrolls by adding one view size. |
First |
Data is scrolled to the first displayed view. Scrolls to the first view. |
Last |
Data is scrolled to the last displayed view. Scrolls to the last view. |
The ScrollType enumeration is used with the Scroll method to specify the direction and amount of scrolling.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WinControl.ScrollType
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