WP7:从 DataTemplate 内将数据绑定到 MainViewModel
在 WP7 项目中,我需要将 DataTemplates(例如,Pivot TitleTemplate)中的控件数据绑定到 MainViewModel 上的顶级项目。这怎么能做到呢?
谢谢。
Within a WP7 project, I need to data-bind controls within DataTemplates (a Pivot TitleTemplate, for example) to top-level items on the MainViewModel. How can this be done?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该适用于 WP7 版本以及 Silverlight 4。使用绑定到视图本身(或可视化树上任何更高的命名节点)的元素,并引用绑定中的 DataContext.elementName。
例如
This should work for WP7 version as well as Silverlight 4. Use an element binding to the view itself (or any named node higher up the visual tree) and refer to the DataContext.elementName in the binding.
e.g.