Back to Devexpress

LayoutViewOptionsBehavior.AllowMouseWheelSmoothScrolling Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutviewoptionsbehavior-b61283f1.md

latest2.4 KB
Original Source

LayoutViewOptionsBehavior.AllowMouseWheelSmoothScrolling Property

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

Declaration

csharp
[Browsable(false)]
[DefaultValue(DefaultBoolean.Default)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public DefaultBoolean AllowMouseWheelSmoothScrolling { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AllowMouseWheelSmoothScrolling As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

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

|

Available values:

NameDescriptionReturn 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 TypePath 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

LayoutViewOptionsBehavior Class

LayoutViewOptionsBehavior Members

DevExpress.XtraGrid.Views.Layout Namespace