Vcl.Forms.TCustomDockForm.AutoScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoScroll default False;

C++

__property AutoScroll = {default=0};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomDockForm

Description


Indicates whether scroll bars appear automatically on the scrolling windowed control if it is not large enough to display all of its controls.

Vcl.Forms.TCustomDockForm.AutoScroll inherits from Vcl.Forms.TScrollingWinControl.AutoScroll. All content below this line refers to Vcl.Forms.TScrollingWinControl.AutoScroll.

Indicates whether scroll bars appear automatically on the scrolling windowed control if it is not large enough to display all of its controls.

If AutoScroll is true, the scroll bars appear automatically when necessary. For example, if the user resizes the control so that some of its controls are partially obscured, scroll bars appear.

If AutoScroll is false, scroll bars don't appear automatically. In this case, use the HorzScrollBar and VertScrollBar properties to make scroll bars appear.

See Also