API:Vcl.Forms.TScrollBox.AutoScroll
Delphi
property AutoScroll default True;
C++
__property AutoScroll = {default=1};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TScrollBox |
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.TScrollBox.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.