Hi,
I have a grid that is set to 9 rows and I would like to maintain that size even if there are fewer than 9 rows of data. If I set min size then the number of rows expand in height to fill the space, so if I have a container of 450px and only 5 rows they expand to be 90px each, rather than the required 50px.
If I don't set the min size then the row height is maintained but the container shrinks to the number of rows.
Cheers,
Ben