Using A WrapPanel in a TreeView

前端 未结 3 1174
自闭症患者
自闭症患者 2021-01-29 10:35

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.<

3条回答
  •  佛祖请我去吃肉
    2021-01-29 11:01

    Try

    1. Disable the scroll bars
    2. Widen the WrapPanel and see the visual impact, is it effected?
    3. Make a color border/background to track the actual size of the WrapPanel

    These will help you trace the problem

提交回复
热议问题