Skip to main content

TcxScrollBar.Kind Property

Specifies the scrollbar orientation.

Declaration

property Kind: TScrollBarKind read; write; default sbHorizontal;

Property Value

Type Default
TScrollBarKind sbHorizontal

Remarks

Options include:

Value Description Sample
sbHorizontal Corresponds to the horizontal scrollbar.
sbVertical Corresponds to the vertical scrollbar.

The default value of the Kind property is sbHorizontal.

See Also