TRVScroller.VScrollVisible [VCL and LCL]

<< Click to display table of contents >>

TRVScroller.VScrollVisible [VCL and LCL]

Set to False to hide vertical scrollbar

property VScrollVisible: Boolean;

Known problem: scrollbars do not reappear correctly in TRichViewEdit if set VScrollVisible from False to True when document is not empty.

FireMonkey: you can hide/show only the both scrollbars use ShowScrollBars property.

Default value:

True

See also properties:

HScrollVisible.

See also:

Scrolling in RichView.