Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomBlobEditProperties.MemoScrollBars Property

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

#Declaration

Delphi
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