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

TabControlScrollView.AllowScrollOnMouseWheel Property

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

Namespace: DevExpress.Xpf.Core

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

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

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