[]
Specifies the scroll style for vertical scroll control.
public enum VerticalScrollMode
Public Enum VerticalScrollMode
Name | 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. |