windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsbehavior-b61283f1.md
Gets or sets whether or not this Layout View supports pixel scrolling.
Namespace : DevExpress.XtraGrid.Views.Layout
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[Browsable(false)]
[DefaultValue(DefaultBoolean.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public DefaultBoolean AllowMouseWheelSmoothScrolling { get; set; }
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AllowMouseWheelSmoothScrolling As DefaultBoolean
| 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
|
You can access this nested property as listed below:
| Object Type | Path to AllowMouseWheelSmoothScrolling |
|---|---|
| LayoutView |
.OptionsBehavior .AllowMouseWheelSmoothScrolling
|
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also
LayoutViewOptionsBehavior Class