I am using Gridlayout with 30 rows and 1 column. Thinking of using 15 rows and 2 columns instead but I want to list the first 15 to the left and the last 15 to the right
1 2
3 4
is not what I want
instead
1 16
2 17
3 18
4 19
5 20
6 21
7 22
8 23
9 24
10 25
11 26
12 27
13 28
14 29
15 30
Any way to do it?