IScrollController.IsScrollingWithMouse Property

Definition

Gets a value that indicates whether or not the scroll controller is handling a mouse-driven scroll.

public:
 property bool IsScrollingWithMouse { bool get(); };
bool IsScrollingWithMouse();
public bool IsScrollingWithMouse { get; }
var boolean = iScrollController.isScrollingWithMouse;
Public ReadOnly Property IsScrollingWithMouse As Boolean

Property Value

Boolean

bool

true if the scroll controller is handling a mouse-driven scroll; otherwise, false.

Applies to