Home
|
GR32_Image
|
TCustomImgView32
|
|
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
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007
Home
GR32_Image
TCustomImgView32