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

TcxCustomRichEditProperties.HideScrollBars Property

Determines whether the scrollbars disappear when they are not needed.

#Declaration

Delphi
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