Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTileControlOptionsBehavior.BackgroundScrollSync Property

Specifies how quickly the tile control’s background can be scrolled when you scroll the tile control’s content.

#Declaration

Delphi
property BackgroundScrollSync: Byte read; write; default dxTileControlDefaultScrollSync;

#Property Value

Type Default
Byte dxTileControlDefaultScrollSync

#Remarks

Use this property to connect background and content scrolling using a percentage value of the content scroll speed. This value ranges from 0 (when the tile control background is static and cannot be scrolled) to 100 (when the background’s scroll speed matches the scroll speed of tile control contents). Note that the background is scrolled only if the Stretch property value is set to smNoResize or smTile.

The default value of the BackgroundScrollSync property is specified by the dxTileControlDefaultScrollSync global constant.

See Also