Skip to main content

LayoutViewOptionsBehavior.AllowMouseWheelSmoothScrolling Property

Gets or sets whether or not this Layout View supports pixel scrolling.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(DefaultBoolean.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public DefaultBoolean AllowMouseWheelSmoothScrolling { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

true if this Layout View supports pixel scrolling; otherwise, false.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowMouseWheelSmoothScrolling
LayoutView
.OptionsBehavior .AllowMouseWheelSmoothScrolling

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also