SizeGrip

Graphics32

TCustomImgView32.SizeGrip

property SizeGrip: TSizeGripStyle;

type TSizeGripStyle = (sgAuto, sgNone, sgAlways);

Description

Modify the SizeGrip property to control the appearance of the resizing grip at the lower-right corner of the control:

In shAuto mode, visibuility of the grip is determined similar to tat in other standard controls (e.g. TScrollBox), it becomes visible when control is client-aligned (if it has parents, they should be client-aligned as well).

Use snNone and sgAlways styles to specify its appearance explicitly.

See Also

TSizeGripStyle