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


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