Skip to main content

TdxCustomImageSlider.ScrollBarKind Property

Switches the orientation of the scrollbar used to slide images in the control.

Declaration

property ScrollBarKind: TScrollBarKind read; write; default sbHorizontal;

Property Value

Type Default
TScrollBarKind sbHorizontal

Remarks

Options include:

Value Description
sbHorizontal The slider control displays a horizontal scrollbar along its bottom edge.
sbVertical The slider control displays a vertical scrollbar along its right edge.

This property is in effect only if the ScrollMode property is set to issmScrollBar.

The default value of the ScrollBarKind property is sbHorizontal.

See Also