Skip to main content

XtraScrollableControl.FireScrollEventOnMouseWheel Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
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