dataview fill priority

Hello,

I have a screen on which I use a dataview. I would like the dataview to first populate the most left column then start with the next column etc. It looks like the items get populated a row at a time instead of a column at a time.
Is there a way to do that or is there another widget that would populate like that?
I want to be able the resize the dataview in height and have the items repopulate starting at the left column.

Thank Pieter

Hello @Pieter ,

I would like the dataview to first populate the most left column then start with the next column etc.
Unfortunately, it is not possible.
Is there a way to do that or is there another widget that would populate like that?
The ui.datalayout might be suitable for the described use-case:
Code Snippet