RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyPage.AutoScroll Property

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

Pascal
property AutoScroll: Boolean;
C++
__property Boolean AutoScroll;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!