Vcl.ComCtrls.TRichEdit.HideScrollBars

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HideScrollBars;

C++

__property HideScrollBars = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TRichEdit

Description

Determines whether the scroll bars disappear when not needed.

Vcl.ComCtrls.TRichEdit.HideScrollBars inherits from Vcl.ComCtrls.TCustomRichEdit.HideScrollBars. All content below this line refers to Vcl.ComCtrls.TCustomRichEdit.HideScrollBars.

Determines whether the scroll bars disappear when not needed.

Use HideScrollBars to determine whether the scroll bars disappear from the edit control when the text appears completely within the edit window. Set HideScrollBars to false to prevent the scroll bars from flashing on and off when the contents of the rich edit control change.

HideScrollBars does nothing when the ScrollBars property is set to ssNone (The default for TRichEdit).

See Also

Code Examples