I need a really simple ItemsControl actually. I want all the items in the collection to be put left to right and when it's not enough space to fit the next element, it should be put on the next line.
So basically like FlowLayout in Java Swing, or the normal Icon folder view in Windows.
I can't believe this is not built in, but for some reason I can't find it.