PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Another way of anchoring?
Another way of anchoring?
Started by Eduardo Esteban, May, 19 2004 10:27 PM - No answer
Posted on May, 19 2004 - 10:27 PM
Hi all,
Is there any way to anchor a group of screen elements (edit boxes for
example), in a way that if i have at 800x600 form resizable with 2 files of
edit boxes x 4 columns of edit boxes if i change the size of the form (make
it bigger) then the edit boxes change their position on the form so as the
widther is the screen the edit boxes reposition themselves on the file above
as long as there is enought space of the form?.
So for example:
800x600 screen (T is text field)
T1 T2 T3 T4
T5 T6 T7 T8
T9 T10 T11 T12

on 1024 x 768 would be:
T1 T2 T3 T4 T5 T6
T7 T8 T9 T10 T11 T12

Any way to anchor elements this way?
Thank you,
Eduardo Esteban