'Declaration
Public Overridable Sub ScrollVertical( _ ByVal IsUp As Boolean, _ ByVal isSmallStep As Boolean _ )
public virtual void ScrollVertical( bool IsUp, bool isSmallStep )
Parameters
- IsUp
- true if should be scrolled up; otherwise, false.
- isSmallStep
- true if should be scrolled small step; otherwise, false.