'Declaration Public Enum ScrollDirection Inherits System.Enum
'Usage Dim instance As ScrollDirection
public enum ScrollDirection : System.Enum
'Declaration Public Enum ScrollDirection Inherits System.Enum
'Usage Dim instance As ScrollDirection
public enum ScrollDirection : System.Enum
Member | Description |
---|---|
BottomPage | Scrolls the grid to bring the last bottom page into view. A page, in this case, represents a series of rows. For example, if a grid contains 1000 rows and only the first 100 are visible, scrolling to the bottom page will bring the last 100 rows into view. |
Down | Scrolls the grid to bring the first non-visible row at the bottom into view. |
Left | Scrolls the grid to bring the first non-visible column on the left into view. |
LeftmostPage | Scrolls the grid to bring the leftmost page into view. |
PageDown | Scrolls the grid to bring the next non-visible page at the bottom into view. A page, in this case, represents a series of rows. For example, if a grid contains 1000 rows and only the first 100 are visible, scrolling page down will bring the next 100 rows into view. |
PageLeft | Scrolls the grid to bring the next non-visible page on the left into view. A page, in this case, represents a series of columns. For example, if a grid contains 16 columns and only the last 4 are visible, scrolling page left will bring the previous 4 columns into view. |
PageRight | Scrolls the grid to bring the next non-visible page on the right into view. A page, in the case, represents a series of columns. For example, if a grid contains 16 columns and only the first 4 are visible, scrolling page right will bring the next 4 columns into view. |
PageUp | Scrolls the grid to bring the next non-visible page at the top into view. A page, in this case, represents a series of rows. For example, if a grid contains 1000 rows and only the last 100 are visible, scrolling page up will bring the previous 100 rows into view. |
Right | Scrolls the grid to bring the first non-visible column on the right into view. |
RightmostPage | Scrolls the grid to bring the rightmost page into view. |
TopPage | Scrolls the grid to bring the first top page into view. A page, in this case, represents a series of rows. For example, if a grid contains 1000 rows and only the last 100 are visible, scrolling to the top page will bring the first 100 rows into view. |
Up | Scrolls the grid to bring the first non-visible row at the top into view. |
System.Object
System.ValueType
System.Enum
Xceed.Grid.ScrollDirection
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