Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / VerticalScrollMode Enumeration


In This Topic
    VerticalScrollMode Enumeration
    In This Topic
    Specifies the scroll style for vertical scroll control.
    Syntax
    'Declaration
     
    
    Public Enum VerticalScrollMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As VerticalScrollMode
    public enum VerticalScrollMode : System.Enum 
    Members
    MemberDescription
    PixelScrolls the control pixel by pixel.
    PixelAndRowScrolls the control pixel by row and pixel.
    PixelEnhancedScrolls the control by pixels using standard mouse wheel delta.
    RowScrolls the control pixel by row.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.VerticalScrollMode

    See Also