We are in the process of automating tilegrids, particularly the number of tiles per row and the number of rows. I've found that the number of rows that we have come to know with listgrid does not mean the same thing for tilegrids. In tile grids, this means the total number of tiles - which, depending on how you look at it, makes sense.
So, how can we test the number of ACTUAL rows the tile grid is showing? I've looked through the API and can only find tilesPerRow but we would like to verify the number of rows generated.
So, how can we test the number of ACTUAL rows the tile grid is showing? I've looked through the API and can only find tilesPerRow but we would like to verify the number of rows generated.
Comment