RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStatusBar.SizeGrip Property

Determines whether the status bar is resizable at runtime.

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

If SizeGrip is set to true, the status bar has a triangular grip on the lower right corner. The user can resize the status bar by dragging the grip with the mouse. 

A size grip will not be drawn unless the TStatusBar is the child of a TCustomForm with a BorderStyle of bsSizeable or bsSizeToolWin.

Note: If Align is set to alBottom, alRight, or alClient, the sizing grip will not work. If the Alignment property of the last panel in the status bar is set to taRightJustify, the sizing grip will truncate the panel's text.
 

 

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