Skip to main content

TcxCustomRichEditProperties.HideScrollBars Property

Determines whether the scrollbars disappear when they are not needed.

Declaration

property HideScrollBars: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

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

This HideScrollBars does nothing when the Properties.ScrollBars property is set to ssNone (The default value for the TcxRichEdit object).

The default value of the HideScrollBars property is True.

See Also