property SizeGrip: TSizeGripStyle;
type TSizeGripStyle = (sgAuto, sgNone, sgAlways);
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.
Copyright ©2000-2024 Alex Denisov and the Graphics32 Team - Graphics32 2.0 - Help file built on 18 Feb 2024