如何获取 ItemTemplate 中项目的相对来源
我有一个带有指定 ItemTemplate 的列表框。 ItemTemplate 本身包含 ListView,我想在该 ListView 中显示一个集合,它实际上是 ListBox 项目的属性。
你能告诉我如何进行绑定吗?我正在考虑relativesource的事情,但我不知道正确的语法是什么样的......
I have a ListBox with specified ItemTemplate. And the ItemTemplate contain itself ListView and I want to display in that ListView a collection, which is actually a property of the item of the ListBox.
Could you show me how to do Binding. I'm thinking about RelativeSource thing, but I don't know what correct syntax would look like...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系,我找到了答案。
它应该是这样的:
Nevermind, I found the answer.
it should be like this: