gpt4 book ai didi

data-binding - WinRT (Windows 8) Store 应用程序 XAML 绑定(bind)relativesource 模式 FindAncestor 丢失?

转载 作者:行者123 更新时间:2023-12-03 04:04:01 24 4
gpt4 key购买 nike

有人知道 XAML 绑定(bind)中 FindAncestor 的“新方式”是什么吗?查看RelativeSourceMode ( http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.data.relativesourcemode ),只剩下用于引用 self 或 TemplatedParent 的选项。 FindAncestor 不见了。我想知道我使用 FindAncestor 修复的问题的原因和典型解决方案是什么。

最诚挚的问候戈佩

最佳答案

为什么不见了?不知道,但我怀疑除了“微软没有足够的时间来及时实现所有功能”之外还有其他解释吗?

一个简单的解决方法是使用 ElementName 代替,如下所示:

Binding={ ElementName=TheNameOfTheAncesor, Path=DataContext.TheViewModelProperyIWantToBindTo }

并将 x:Name 属性添加到您希望 FindAncestor 绑定(bind)指向的祖先:

<TextBlock x:Name="TheNameOfTheAncestor" />

关于data-binding - WinRT (Windows 8) Store 应用程序 XAML 绑定(bind)relativesource 模式 FindAncestor 丢失?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14953553/

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