Usally all cells of a record are shown in a row.
Like this:
a1 a2 a3 a4 a5
b1 b2 b3 b4 b5
c1 c2 c3 c4 c5
d1 d2 d3 d4 d5
e1 e2 e3 e4 e5
...
But I would like to arrange like this:
a1 b1 c1
a2 b2 c2
a3 b3 c3
a4 b4 c4
a5 b5 c5
d1 e1 ...
d2 e2
d3 e3
d4 e4
d5 e5
The background is that I need a control, pretty much like the preview in windows explorer and the cells a1, b1, c1 will be filled with images.
Do i have to copy the contents of each cell into the corresponding cell in a flexgrid or is there an easier way?
yours, cakeil