DiagramClientView.EnableBumpScrolling(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.
Enables bump scrolling after the specified initial delay in milliseconds.
public:
void EnableBumpScrolling(int initialDelay);
public void EnableBumpScrolling (int initialDelay);
member this.EnableBumpScrolling : int -> unit
Public Sub EnableBumpScrolling (initialDelay As Integer)
Parameters
- initialDelay
- Int32
The delay before bump scrolling is enabled in milliseconds.