[]
Represents how to scroll the viewport.
public enum ScrollMode
Public Enum ScrollMode
Name | Description |
---|---|
Center | Scrolls to the position which the anchor cell is in the middle-center of viewport. |
Nearest | Scrolls as minimum as possible to show the anchor cell. |
TopLeft | Scrolls to the position which the anchor cell is the upper-left cell. |