Page 1 of 1
Subform grid arrange
Posted: Mon Mar 06, 2023 4:59 pm
by mih
Hello!
Is there any method to arrange space between columns in grid-mode subform?
Is there any method to arrange space between rows in grid-mode subform?
Re: Subform grid arrange
Posted: Mon Mar 06, 2023 5:08 pm
by kev1n
Hi,
What do you mean exactly? Can you perhaps post a sketch or screenshot with explanations of what you have in mind?
Re: Subform grid arrange
Posted: Mon Mar 06, 2023 5:17 pm
by mih
grid.jpg
Part of subform grid screenshot
I want more space between columns (1 on image) and more space between rows (2 on image).
So it would be 'sparse' grid.
Re: Subform grid arrange
Posted: Mon Mar 06, 2023 5:35 pm
by kev1n
There's no direct way to increase the spacing between the subform columns or rows.
However, since the height of a row is based on the highest object, you could add a textarea to the subform and set it to hidden.
This would look like:
row_height.png
Spacing between columns could be achieved by adding an additional "Word" object in between.
Re: Subform grid arrange
Posted: Mon Mar 06, 2023 5:41 pm
by mih
OK. Thanks!
I'll try.