Skip to main content

TcxCustomBlobEditProperties.MemoScrollBars Property

Specifies which scrollbars are displayed within the BLOB editor dropdown window.

Declaration

property MemoScrollBars: TcxScrollStyle read; write; default ssNone;

Property Value

Type Default
TcxScrollStyle ssNone

Remarks

Use the MemoScrollBars property to specify the BLOB editor dropdown scrollbars.

Value Meaning
ssBoth The horizontal and vertical scrollbars are displayed.
ssHorizontal The horizontal scrollbar is displayed. If this option is active, then MemoWordWrap property is not in effect.
ssNone There are no scrollbars within the BLOB editor dropdown.
ssVertical The vertical scrollbar is displayed.

The default value of the MemoScrollBars property is ssNone.

See Also