Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这里,我知道相对来源使用相对于其他来源获得价值,但我无法理解RelativeSource AncestorType={x:Type UserControl}}
RelativeSource AncestorType={x:Type UserControl}}
Value="{Binding Path=DataContext.ItemOptions, RelativeSource={RelativeSource AncestorType={x:Type UserControl}}
请解释一下。我认为这是微不足道的。你可以解释一下。
它告诉 WPF 从当前控件向上遍历“父级”树并找到第一个类型为 UserControl 的控件。在这种情况下,绑定到该用户控件的 DataContext 的 ItemOptions 属性