Skip to main content

TcxCustomMemoProperties.ScrollBars Property

Determines whether a memo editor has scrollbars.

Declaration

property ScrollBars: TcxScrollStyle read; write; default ssNone;

Property Value

Type Default
TcxScrollStyle ssNone

Remarks

Use the ScrollBars property to provide a memo editor with horizontal and/or vertical scrollbars. The following table lists all the relevant values for the ScrollBars property:

Value Meaning
ssNone A memo control does not have any scrollbars.
ssHorizontal A horizontal scrollbar is displayed at the bottom of a control.
ssVertical A vertical scrollbar is displayed at the right side of a control.
ssBoth A memo has vertical and horizontal scrollbars.

The default value of the ScrollBars property is ssNone.

See Also