| Subject: | SizeGrib without a TStatusBar |
| Posted by: | Steen Kastor Albrechtsen (k…@has.dk) |
| Date: | Wed, 31 Oct 2007 |
I have a Tform (resizeable) with a TPanel (Align =alBottom) and over that a
TRichEdit (Align=alClient).
Then I have a few Tbuttons on the TPanel.
Users tend to overlook, that the form is resizeable when there is no
SizeGrib, and the SizeGrib makes it easier to resize the form.
I tried with a TStatusBar, but this one doesn't accept TButtons as Children.
I don't want a TStatusBar just to get the SizeGrib.
I have tried to put the TStatusbar on top of the TPanel, but this is not
working (SizeGrib not visible)
Possible?
Thanks in advance
Steen