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

ITileContainerDefaultProperties.AllowSmoothScrolling Property

Gets or sets whether or not this ITileContainerDefaultProperties and its tiles are smoothly scrolled when using the mouse wheel.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

DefaultBoolean AllowSmoothScrolling { get; set; }

Property Value

Type Description
DefaultBoolean

A DefaultBoolean enumerator value that specifies whether or not smooth pixel scrolling is enabled.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

Set the AllowSmoothScrolling property to DefaultBoolean.True to scroll tiles with the smooth pixel-based animation.

See Also