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

TileControl.AllowSmoothScrolling Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool AllowSmoothScrolling { get; set; }

Property Value

Type Default Description
Boolean true

true if pixel scrolling is enabled; otherwise, false.

See Also