I have a WrapPanel, And I want to specify the Max number of its columns. So, for example, when my Collection \"ObjectCollection\" (binded to this WrapPanel) contains only 4 elem
Sometimes the UniformGrid is not enough:
In this stackoverflow post can be found a WrapPanel with what you are searching for.
Xaml:
Result: