On 28 Oct 2004, at 12:02, Markus Winter wrote:
I'm feeling dumb right now - I have several objects (Editfields,
Listboxes)
side-by-side and one-above-the-other in a window (looks like a six on
the
dice). However when I resize it then they either run into each other
or ...
It seems no combination of lock-top, -left, -right, -bottom deals with
this.
Is my only recourse to put some code in the windows resize event to
deal
with this or am I missing the obvious?
Well locking can't handle distributing the new space equally among
controls, and I presume that is what you want to do?
So I think your answer is yes you'll have to do this in the resize
event.
Richard
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|