How do I use WPF bindings with RelativeSource?

前端 未结 13 2287
执念已碎
执念已碎 2020-11-22 03:00

How do I use RelativeSource with WPF bindings and what are the different use-cases?

13条回答
  •  离开以前
    2020-11-22 03:32

    Don't forget TemplatedParent:

    
    

    or

    {Binding RelativeSource={RelativeSource TemplatedParent}}
    

提交回复
热议问题