Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / HorizontalScrollMode Enumeration


In This Topic
    HorizontalScrollMode Enumeration
    In This Topic
    Specifies how the GcSpreadSheet scrolls in the horizontal direction.
    Syntax
    'Declaration
     
    Public Enum HorizontalScrollMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As HorizontalScrollMode
    public enum HorizontalScrollMode : System.Enum 
    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