ImageEn, unit iexRichEdit |
|
TIERichEdit.HideScrollBars
Declaration
property HideScrollBars: Boolean;
Description
When true, scrollbars are hidden when they are not needed. When false, the scrollbars are shown as disabled
Rich Edit Identifier: ES_DISABLENOSCROLL
Default: True
// Always show the scrollbars
IERichEdit1.HideScrollBars := False;