Back to Devexpress

XtraScrollableControl.FireScrollEventOnMouseWheel Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrascrollablecontrol-01f9ea04.md

latest1.7 KB
Original Source

XtraScrollableControl.FireScrollEventOnMouseWheel Property

Gets or sets whether the XtraScrollableControl.Scroll event fires when using the mouse wheel.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool FireScrollEventOnMouseWheel { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Property FireScrollEventOnMouseWheel As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if the XtraScrollableControl.Scroll event fires when using the mouse wheel; otherwise, false.

|

See Also

Scroll

XtraScrollableControl Class

XtraScrollableControl Members

DevExpress.XtraEditors Namespace