Skip to main content
A newer version of this page is available. .

XtraScrollableControl.FireScrollEventOnMouseWheel Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.1.dll

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

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
public bool FireScrollEventOnMouseWheel { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also