QB64.org Forum
QB64 Team Software => InForm Discussion => Topic started by: MLambert on August 21, 2020, 05:47:38 am
-
Hi,
I have 10 row of 3 columns. Each field should be the same width, length and height within the column.
Is there a way to quickly align them vertically within the columns and then make them all the same size within the columns ?
Also is there an Undo ??
Thanks,
Mike
-
Hello. You can select multiple controls by (1) holding Ctrl while you click each of them; (2) dragging a selection rectangle around them; or (3) by clicking the first control, holding shift and clicking the last control in the block. After you have all controls you want selected, change the length and height in the editor by entering the value you want and hitting ENTER. You can also resize the controls with your mouse, and the change will be done to all of them at once.
To align them, select all of them as indicated above and go to the Align menu and choose the alignment option you wish.
To undo, go to Edit->Undo in the editor, or hit Ctrl+Z.
-
Thank you Fellippe
-
One more .. how can I make the fields the same distance apart .. vertically and horizontally?
-
One more .. how can I make the fields the same distance apart .. vertically and horizontally?
You don't need to. Covid-19 is NOT a computer virus.
Pete :D
-
One more .. how can I make the fields the same distance apart .. vertically and horizontally?
Select them and in the align menu choose Distribute vertically / horizontally.
-
Thank you ...