Skip to main content

TdxCustomImageSlider.ScrollMode Property

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

Declaration

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