i have a ListView set to Tileview. The ListView width is 300 and so is the tile width.
This works fine when the number of tiles does not overflow resulting in a scrollbar.
When it does overflow however, when the vertical scrollbar appears, a horizontal scrollbar also appears because the vertical scrollbar lowers the listview width for the tiles. Is there a way i can have the tiles autoresize to fill the listview?
See example image:
What currently happens:
What i want to happen:
I tried setting the width to 100% but that doesnt work. Any ideas?