Forms.TScrollingWinControl.AutoScrollInView
From RAD Studio VCL Reference
Contents |
Delphi Information
From Forms.pas
procedure AutoScrollInView(AControl: TControl); virtual;
Unit: Forms
Type: method
Visibility: protected
Member Of: TScrollingWinControl
C++ Information
From Forms.hpp
virtual void __fastcall AutoScrollInView(Controls::TControl * AControl);
Unit: Forms
Type: method
Visibility: protected
Member Of: TScrollingWinControl
Description
Scrolls a control into the visible area of the scrolling windowed control.
Use AutoScrollInView to scroll the control specified by the AControl parameter into the visible area of the scrolling windowed control.
Unlike ScrollInView, AutoScrollInView does not perform scrolling when the scrolling windowed control or the specified control are being loaded from a stream.
AutoScrollInView calls ScrollInView to perform any needed scrolling.