RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TScrollingWinControl.Resizing Method

Makes any required adjustments when the window changes size.

Pascal
procedure Resizing(State: TWindowState); virtual;
C++
virtual __fastcall Resizing(TWindowState State);

This protected method is called automatically when the control's window is resized. As implemented in TScrollingWinControl, Resizing does nothing. Descendants override this method to adjust to the change in window size. 

The State parameter indicates the state of the scrolling windowed control after the resize operation. 

 

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