Xceed Grid for WinForms v4.3 Documentation
ScrollType Enumeration


Xceed.Editors.v2.6 Assembly > Xceed.Editors Namespace : ScrollType Enumeration
Value representing the type of scroll action used to scroll the WinHorizontalScrollBar and WinVerticalScrollBar controls via the WinScrollBar.PerformScroll method.
Syntax
'Declaration
 
Public Enum ScrollType 
   Inherits System.Enum
'Usage
 
Dim instance As ScrollType
public enum ScrollType : System.Enum 
Members
MemberDescription
FirstThe scroll thumb was moved to the WinScrollBar.Minimum position.
LargeDecrementThe scroll thumb moved a large distance. The user clicked the scroll bar to the left (WinHorizontalScrollBar) or above (WinVerticalScrollBar) the scroll thumb, or pressed the PAGE UP key.
LargeIncrementThe scroll thumb moved a large distance. The user clicked the scroll bar to the right (WinHorizontalScrollBar) or below (WinVerticalScrollBar) the scroll box, or pressed the PAGE DOWN key.
LastThe scroll thumb was moved to the WinScrollBar.Maximum position.
SmallDecrementThe scroll box was moved a small distance. The user clicked the left (WinHorizontalScrollBar) or top (WinVerticalScrollBar) scroll arrow, or pressed the UP ARROW key.
SmallIncrementThe scroll box was moved a small distance. The user clicked the right (WinHorizontalScrollBar) or bottom (WinVerticalScrollBar) scroll arrow, or pressed the DOWN ARROW key.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Editors.ScrollType

Requirements

Target Platforms: 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

Reference

Xceed.Editors Namespace