TdxCustomImageSlider.ScrollMode Property
In This Article
Specifies the method with which end-users can slide images.
#Declaration
Delphi
property ScrollMode: TdxImageSliderScrollMode read; write; default issmButtons;
#Property Value
Type | Default |
---|---|
Tdx |
issm |
#Remarks
Options include:
Value | Description |
---|---|
issm |
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. |
issm |
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 Scroll |
The default value of the ScrollMode property is issmButtons.
See Also