Unless I'm missing something, TileRows seems pretty inflexible. There is no way ahead of time to know a users screen size so I have to set the number of rows for what fits on a low resolution screen. This leaves a huge amount of unused screen space for users running higher resolutions.
Is there a way to set the number of rows on the client-side?
Also, is it possible to hack a different number of rows between groups? I am using a custom (70 x 70) tile for some items and I'd like more rows in the groups that have them.
Overall, I'd say specifying a number of rows was a bad idea and it should be whatever fits in the height of the TileListView. Especially since scrolling is horizontal only.
Is there a way to set the number of rows on the client-side?
Also, is it possible to hack a different number of rows between groups? I am using a custom (70 x 70) tile for some items and I'd like more rows in the groups that have them.
Overall, I'd say specifying a number of rows was a bad idea and it should be whatever fits in the height of the TileListView. Especially since scrolling is horizontal only.