TacFormResizeGrip component
Hierarchy Properties |
The acFormResizeGrip attach the SizeGrip rectangle to the bottom-right corner of the form at run-time. This allows the user to resize the form dragging this grip.
|
This component should be just placed on the form. If there is nothing aligned so as to cover the bottom-right corner of the form then you will see the standard SizeGrip rectangle on the form at runtime.
|
|
|
1. | The size grip can be visible only when the form's scrollbars is hidden.
|
2. | The size of grip is always same as width and height of the scrollbar and based on the system metric settings.
|
3. | Remember that you can not resize forms with fixed border (i.e: BorderStyle is bsSingle or bsDialog).
|