Forms.TScrollingWinControl.AutoScroll
From RAD Studio VCL Reference
Contents |
Delphi Information
From Forms.pas
property AutoScroll: Boolean read FAutoScroll write SetAutoScroll;
Unit: Forms
Type: property
Visibility: protected
Member Of: TScrollingWinControl
C++ Information
From Forms.hpp
__property bool AutoScroll = {read=FAutoScroll,write=SetAutoScroll};
Unit: Forms
Type: property
Visibility: protected
Member Of: TScrollingWinControl
Description
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.