Back to Devexpress

TdxTileControlOptionsBehavior.BackgroundScrollSync Property

vcl-dxcustomtilecontrol-dot-tdxtilecontroloptionsbehavior-b3881637.md

latest1.5 KB
Original Source

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

TypeDefault
BytedxTileControlDefaultScrollSync

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

TdxTileControlOptionsBehavior Class

TdxTileControlOptionsBehavior Members

dxCustomTileControl Unit