TdxTileControlOptionsBehavior.BackgroundScrollSync Property
Specifies how quickly the tile control’s background can be scrolled when you scroll the tile control’s content.
Declaration
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