Hello, this is my first post here. I am trying to create a variable width wrap grid similar to this.
For my use I'm looking for it to place children horizontally until it reaches the right edge of the container, then continue placing them on the next available row.
I've written a subclass of LayoutGroup called HorizontalWrapLayoutGroup, to...
LayoutGroup subclassing, HorizontalWrapLayoutGroup
![[IMG]](http://images.duckduckgo.com/iu/?u=http%3A%2F%2Fwww.codeproject.com%2FKB%2FWinRT%2F536519%2FGridView_VariableSizedItems1.png&f=1)
For my use I'm looking for it to place children horizontally until it reaches the right edge of the container, then continue placing them on the next available row.
I've written a subclass of LayoutGroup called HorizontalWrapLayoutGroup, to...
LayoutGroup subclassing, HorizontalWrapLayoutGroup