TdxTileControlOptionsBehavior.ScrollMode Property
Controls how end-users can scroll tile control contents that are not shown in their entirety.
Declaration
property ScrollMode: TdxTileControlScrollMode read; write;
Property Value
Type |
---|
TdxTileControlScrollMode |
Remarks
Options include:
Value | Description |
---|---|
smDefault | The contents can be scrolled using drag operations (by starting the operation on an area free from any tile items and/or groups), taps, and arrow buttons (by navigating tile items). |
smScrollbars | In addition to the default options, the contents can be scrolled using the mouse wheel and the horizontal and/or vertical scrollbar. |
smScrollButtons | In addition to the default options, the contents can be scrolled by clicking the scroll buttons located within scroll button areas. These areas are four hot zones aligned to the tile control’s edges. Hovering the mouse pointer over any of these areas displays the corresponding scroll button. |
The default values of the ScrollMode property for the tile and tile bar controls are smScrollbars and smScrollButtons, respectively.