I want to display data with level of detail, so i use a TreeView, but each detail is quite short, so i would like to use a WrapPanel (horizontal) to have many details per line.<
You must set
ScrollViewer.HorizontalScrollBarVisibility="Disabled"
to your
not for
example:
This solution works for me.