RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomStatusBar.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 Parent property refers to the child of a TCustomForm descendant 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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!