I'm trying to find a way to get my tiles to dynamically size to the width of the panel (with ColumnsCount set by users) down to a minimum, then enable scrolling.
If ColumnWidth="*" it displays correctly with a small ColumnsCount:
But with a large ColumnsCount it shrinks the tiles down below the minimum size of the contained control:
If I set ColumnWidth="Auto" it displays correctly with a large ColumnsCount:
But with a small ColumnsCount it displays them at their minimum size with a bunch of extra white space to the right:
Is there a way to get it to resize down to a minimum then scroll?
Thanks,
Louis