gpt4 book ai didi

wpf - 如何在 WPF 的 DataTemplate 中访问根 DataContext?

转载 作者:行者123 更新时间:2023-12-03 14:55:53 27 4
gpt4 key购买 nike

我有一个使用数据绑定(bind)填充的项目网格。
在网格中我有一个 DataTemplate对于某些细胞。我需要访问 DataContext根元素(托管网格的那个),以便我可以访问其他绑定(bind)以支持我的数据模板。

所以你有了:

Window
Window.DataContext = TheDataSourceWithItemsAndSupports
DataGrid.ItemsSource = {Binding Items}
DataTemplate
ListBox.ItemsSource = {Binding Supports}

我想要 {Binding Supports}TheDataSourceWithItemsAndSupports ,但我不知道该怎么做。我尝试指定 {Binding}但总是返回 null .我也尝试使用 RelativeSource FindAncestor ,但这会产生 null也。

有什么线索吗?

最佳答案

也许试试

Window Name="TheWindow"
...
ListBox.ItemsSource = {Binding DataContext.Supports, ElementName=TheWindow}

关于wpf - 如何在 WPF 的 DataTemplate 中访问根 DataContext?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/630767/

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