Vcl.ComCtrls.TStatusBar.SizeGrip

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SizeGrip default True;

C++

__property SizeGrip = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusBar

Description

Determines whether the status bar is resizable at run time.

Vcl.ComCtrls.TStatusBar.SizeGrip inherits from Vcl.ComCtrls.TCustomStatusBar.SizeGrip. All content below this line refers to Vcl.ComCtrls.TCustomStatusBar.SizeGrip.

Determines whether the status bar is resizable at run time.

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.

See Also