GrapeCity.Wpf.SpreadSheet Namespace / HorizontalScrollMode Enumeration


HorizontalScrollMode Enumeration
Specifies how the GcSpreadSheet scrolls in the horizontal direction.
Syntax
'Declaration
 
Public Enum HorizontalScrollMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As HorizontalScrollMode
Members
MemberDescription
ColumnScrolls the GcSpreadSheet column by column.
PixelScrolls the GcSpreadSheet pixel by pixel.
PixelAndColumnScrolls the GcSpreadSheet pixel by pixel but snap to column when finish scrolling.
Inheritance Hierarchy

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

See Also