Silverlight TabControl 内容模板

发布于 2024-11-08 05:30:03 字数 301 浏览 0 评论 0原文

我正在努力将以下代码从 WPF 移植到 SL

TabControl ...
ItemTemplate={StaticResource someResource}>
ContentTemplate={StaticResource someResource2} />

显然 SL 中的 TabControl 不包含 ContentTemplate 绑定属性。

此问题的解决方法是什么? 任何提示将不胜感激。

I'm struggling to port the following piece of code from WPF to SL:

<

TabControl ...
ItemTemplate={StaticResource someResource}>
ContentTemplate={StaticResource someResource2} />

Apparently the TabControl in SL doesn't contain ContentTemplate binding property.

What's the workaround for this issue?
Any hint would be greatly appreciated.

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

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

发布评论

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

评论(1

茶底世界 2024-11-15 05:30:03

我遇到了同样的问题,并在网上找到了以下解决方案:

http://vortexwolf.wordpress.com/2011/04/09/silverlight-tabcontrol-with-data-binding/

与 Caliburn.Micro Bindings 结合使用效果很好。

I had the same problem and found following solution on the web:

http://vortexwolf.wordpress.com/2011/04/09/silverlight-tabcontrol-with-data-binding/

Works fine for me in conjunction with Caliburn.Micro Bindings.

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