DataTemplate 填充其他 DataTemplate 的内容
我喜欢包含带有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您已经设置了每个 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.