IScrollController.IsScrollingWithMouse Property
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.
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
.