[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.ScrollMode

ScrollMode Enum

Represents how to scroll the viewport.

Namespace: GrapeCity.Wpf.SpreadSheet
Assembly: GrapeCity.Wpf.SpreadSheet.dll
Syntax
public enum ScrollMode
Public Enum ScrollMode

Fields

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.