Pane.AutoScroll(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scrolls automatically through the specified pane.
public:
void AutoScroll(int Velocity);
public void AutoScroll (int Velocity);
abstract member AutoScroll : int -> unit
Public Sub AutoScroll (Velocity As Integer)
Parameters
- Velocity
- Int32
The speed for scrolling.