Is there a way to make the WrapPanel's height calculated automatically depending on its children?
I mean I wanted it to keep extending until all items got fitted.
Note: The desire behavior is to extend vertically since its Orientation is Horizontal and its width is fixed.