gpt4 book ai didi

WPF 绑定(bind)到另一个元素的 ViewModel

转载 作者:行者123 更新时间:2023-12-04 19:19:38 26 4
gpt4 key购买 nike

只是一个例子。 CustomControl 有一个带有名为“Test”的属性的 ViewModel

如何将文本框绑定(bind)到该特定属性?
您可以访问 sibling ViewModel 吗?

<TextBox Text="{Binding ElementName=myControl, Path=ViewModel.Test}"></TextBox>
<Controls:CustomControl x:Name="myControl" />

最佳答案

Siblings ViewModel 将在其 DataContext 中尝试

<TextBox Text="{Binding ElementName=myControl, Path=DataContext.Test}"></TextBox>
<Controls:CustomControl x:Name="myControl" />

关于WPF 绑定(bind)到另一个元素的 ViewModel,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5626138/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com