TcxCustomBlobEditProperties.MemoScrollBars Property
In This Article
Specifies which scrollbars are displayed within the BLOB editor dropdown window.
#Declaration
Delphi
property MemoScrollBars: TcxScrollStyle read; write; default ssNone;
#Property Value
Type | Default |
---|---|
Tcx |
ss |
#Remarks
Use the MemoScrollBars property to specify the BLOB editor dropdown scrollbars.
Value | Meaning |
---|---|
ss |
The horizontal and vertical scrollbars are displayed. |
ss |
The horizontal scrollbar is displayed. If this option is active, then Memo |
ss |
There are no scrollbars within the BLOB editor dropdown. |
ss |
The vertical scrollbar is displayed. |
The default value of the MemoScrollBars property is ssNone.
See Also