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.ScrollMode Property

Controls how end-users can scroll tile control contents that are not shown in their entirety.

#Declaration

Delphi
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.

See Also