Back to Devexpress

ScrollBarExtensions.SetAllowMouseScrolling(DependencyObject, Boolean) Method

wpf-devexpress-dot-xpf-dot-core-dot-scrollbarextensions-dot-setallowmousescrolling-x28-system-dot-windows-dot-dependencyobject-system-dot-boolean-x29.md

latest1.5 KB
Original Source

ScrollBarExtensions.SetAllowMouseScrolling(DependencyObject, Boolean) Method

Sets the value of the ScrollBarExtensions.AllowMouseScrolling attached property to the specified ScrollBarExtensions.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static void SetAllowMouseScrolling(
    DependencyObject d,
    bool value
)
vb
Public Shared Sub SetAllowMouseScrolling(
    d As DependencyObject,
    value As Boolean
)

Parameters

NameType
dDependencyObject
valueBoolean

See Also

ScrollBarExtensions Class

ScrollBarExtensions Members

DevExpress.Xpf.Core Namespace