I'm looking for a ListView that can support multiple columns (currently using FlowListView) but I also want to have a different column count mid collection.
The use case is really simple, and is based on the images-page from Google: a list with multiple columns is visible and by tapping an item, a new row right below it wil open up but using only one column (ColumnSpan or Expand).
For instance:
Is this possible using FlowListView, or any other control?