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

TabControlScrollView.AllowScrollOnMouseWheel Property

Gets or sets whether or not scrolling is performed via the mouse wheel. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

Declaration

public bool AllowScrollOnMouseWheel { get; set; }

Property Value

Type Description
Boolean

true if scrolling can be performed via the mouse wheel; otherwise, false.

The default is true.

See Also