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

TdxCustomImageSlider.ScrollMode Property

Specifies the method with which end-users can slide images.

#Declaration

Delphi
property ScrollMode: TdxImageSliderScrollMode read; write; default issmButtons;

#Property Value

Type Default
TdxImageSliderScrollMode issmButtons

#Remarks

Options include:

Value Description
issmButtons End-users can slide images by clicking specially designed buttons that appear next to the left and right edges of the control when the mouse pointer hovers over it.
issmScrollBar End-users can slide images using the scrollbar that is displayed along the bottom or right edge of the slider control, as specified by the ScrollBarKind property.

The default value of the ScrollMode property is issmButtons.

See Also