What is the difference between a stackpanel and a virtualizingstackpanel in WPF?

后端 未结 2 1896
梦毁少年i
梦毁少年i 2021-02-12 12:04

What is the difference between a stackpanel and a virtualizingstackpanel in WPF?

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-12 12:22

    This is to do with the visual tree. The virtualizingstackpanel works with things like list boxes etc to reduce the size of the visual tree by only displaying visible items - this is useful where databinding is taking place.

提交回复
热议问题