[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TScrollingWinControl.VertScrollBar

The vertical scroll bar for the control.

Declaration

Source position: forms.pp line 213

published property TScrollingWinControl.VertScrollBar : TControlScrollBar
  read FVertScrollBar
  write SetVertScrollBar;

Description

VertScrollBar is a TControlScrollBar property with the vertical scroll bar for the scrolling window control. The scroll bar is displayed for the control when its Visible property is True, or when Height is larger than the ClientHeight for the control and AutoScroll is enabled.

See also

TScrollingWinControl.AutoScroll

  

Indicates whether scroll bars are automatically displayed or hidden when needed.

TScrollingWinControl.AutoScrollEnabled

  

Indicates if automatic scrolling is enabled for the control.

TControlScrollBar.Visible

  

Hides the scroll bar when False (default True).

TControl.ClientHeight

  

The height for the client area on the control.

TControl.Height

  

The vertical size for the control.


Version 3.2 Generated 2024-02-25 Home