Spread Windows Forms 12.0 Product Documentation
VerticalScrollMode Enumeration


FarPoint.Win Assembly > FarPoint.Win Namespace : VerticalScrollMode Enumeration
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.
RowScrolls the control pixel by row.
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Win Namespace