How to Achieve Lazy Binding of Tab Page Controls in WPF?

前端 未结 3 1296
庸人自扰
庸人自扰 2020-12-29 16:28

I have an entity class. This entity has lots of properties and entity\'s data is shown to the user in several TabItems of a TabControl. I also impl

3条回答
  •  無奈伤痛
    2020-12-29 17:10

    Marked as answer approach has one drawback - content of TabItem will be always re-rendered when selected. If it's critical - you can try this.

提交回复
热议问题