[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.VerticalScrollMode

VerticalScrollMode Enum

Specifies how the GcSpreadSheet scrolls in the vertical direction.

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

Fields

Name Description
Pixel

Scrolls the GcSpreadSheet pixel by pixel.

PixelAndRow

Scrolls the GcSpreadSheet pixel by pixel but snap to row when finish scrolling.

Row

Scrolls the GcSpreadSheet row by row.