GrapeCity.Wpf.SpreadSheet Namespace / VerticalScrollMode Enumeration


VerticalScrollMode Enumeration
Specifies how the GcSpreadSheet scrolls in the vertical direction.
Syntax
'Declaration
 
Public Enum VerticalScrollMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As VerticalScrollMode
Members
MemberDescription
PixelScrolls the GcSpreadSheet pixel by pixel.
PixelAndRowScrolls the GcSpreadSheet pixel by pixel but snap to row when finish scrolling.
RowScrolls the GcSpreadSheet row by row.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Wpf.SpreadSheet.VerticalScrollMode

See Also