'Declaration
Public Enum VerticalScrollMode Inherits System.Enum
'Usage
Dim instance As VerticalScrollMode
public enum VerticalScrollMode : System.Enum
'Declaration
Public Enum VerticalScrollMode Inherits System.Enum
'Usage
Dim instance As VerticalScrollMode
public enum VerticalScrollMode : System.Enum
Member | Description |
---|---|
Pixel | Scrolls the control pixel by pixel. |
PixelAndRow | Scrolls the control pixel by row and pixel. |
PixelEnhanced | Scrolls the control by pixels using standard mouse wheel delta. |
Row | Scrolls the control pixel by row. |
System.Object
System.ValueType
System.Enum
FarPoint.Win.VerticalScrollMode