Back to Devexpress

TileControl.AllowSmoothScrolling Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-e2b6e1a4.md

latest1.3 KB
Original Source

TileControl.AllowSmoothScrolling Property

Gets or sets whether or not smooth pixel scrolling is enabled for this TileControl.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowSmoothScrolling { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property AllowSmoothScrolling As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if pixel scrolling is enabled; otherwise, false.

|

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace