Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Apr : Modify Bottom most Panel
| Subject: | Modify Bottom most Panel |
| Posted by: | "Charles Hacker" (reply...@borland.newsgroups) |
| Date: | Mon, 11 Apr 2005 12:32:03 |
Hi all,
I have a form with a status bar aligned all-bottom, and then have a
Panel on top of that, also aligned all-bottom.
It works okay, until, at run time, via code, I change the size of the
panel.
In that case the TPanel moves to the bottom most position, and the
Status bar sits on top of the re-sized panel.
(i.e. Staus bar jumps to sit above the Panel).
So, how do you stop this, or how can the Status bar be forced back below
the panel.
Regards,
Charles Hacker