当前位置:编程学习 > C#/ASP.NET >>

WPF中自定义依赖属性的数据绑定问题

--------------------编程问答-------------------- 没人回复吗?? --------------------编程问答-------------------- 自定义控件的绑定错了。
<TextBlock Text="{Binding PMinValue,RelativeSource={RelativeSource AncestorLevel=1,AncestorType=UserControl,Mode=FindAncestor}}"/>

此外,在自定义控件的构造函数中不应该设置“this.DataContext = this;”

补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,