ScrollViewerExtensions.SetEnableMiddleClickScrolling 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.
Set EnableMiddleClickScrollingProperty. true
to enable middle click scrolling
public static void SetEnableMiddleClickScrolling(Windows.UI.Xaml.DependencyObject obj, bool value);
static member SetEnableMiddleClickScrolling : Windows.UI.Xaml.DependencyObject * bool -> unit
Public Shared Sub SetEnableMiddleClickScrolling (obj As DependencyObject, value As Boolean)
Parameters
- obj
- Windows.UI.Xaml.DependencyObject
The Windows.UI.Xaml.DependencyObject to associate the bool
with
- value
- Boolean
The bool
for binding to the Windows.UI.Xaml.DependencyObject