I'll be looking into the source code to see how da...
# tornadofx
a
I'll be looking into the source code to see how datagrid is iterating through these objects, but I'm wondering if a property in datagrid could be affecting iteration somehow? i.e.
maxCellsInRow=2
a
Are you worried about the duplicate prints of the same element?
a
@abhinay yeah, the second part is what is appearing in the UI
a
I could help if you can tell me what you are trying to achieve here..
a
sure! I've rendered a datagrid in the gui where you can drag and drop premade tiles
the first print out is all the tiles
the second is what the datagrid renders, for some reason 😶
a
@amanda.hinchman-dominguez Can you post some code which you use to find out what datagrid renders?
a
sure!