DataTemplate 填充其他 DataTemplate 的内容

发布于 2024-11-09 00:22:08 字数 182 浏览 0 评论 0原文

我喜欢包含带有 3 个选项卡的 TabControl 的“基本”DataTemplate。在每个选项卡中我放置了空的 ContentPresenter。 我想为每个派生类型编写新的 DataTemplate。其中,我想填充所有 3 个 ContentPresenter。 如何引用基本模板的每个 ContentPresenter 以便将数据放入其中?

I've like 'base' DataTemplate that contains TabControl with 3 tabs. In each tab I put empty ContentPresenter.
I want to write new DataTemplate for each derived type. In which, I want to populate the all 3 ContentPresenter.
How can I reffer to each ContentPresenter of the base template so I can put data inside?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

随风而去 2024-11-16 00:22:08

我假设您已经设置了每个 tabitem 的内容。
如果内容对象具有不同的类型,您只需为每种类型创建一个数据模板。

I assume you have set content of each tabitem.
If the content objects have different types you just have to make a datatemplate for each of the types.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文