在 MVVMLight Silverlight4 中使用 TabControl 进行导航

发布于 2024-10-14 18:36:36 字数 277 浏览 3 评论 0原文

您好 -

我想在 MVVM Light 应用程序中演示选项卡控制功能。当我单击标记为“工单”的标题时,我使用 EventToCommand/RelayCommand 加载视图的实例:DisplayWorkOrderView。

该视图加载到每个 tabItem 内的框架的 Content 属性中。我遇到的唯一问题是,当发生这种情况时,我的选项卡控件完全消失!视图洛达进入框架没有问题,但无论出于何种原因,框架控制接管了整个窗口。

对于为什么会发生这种情况有什么想法吗?

斯科特

Greetings -

I'd like to demonstrate Tab Control functionality in my MVVM Light application. I'm using an EventToCommand/RelayCommand to load an instance of a view: DisplayWorkOrderView, when I click on the header marked "Work Order".

The view loads into the Content property of a frame I have inside each of the tabItems. The only problem I have is my tab control completely disappears when this happens! The view lodas into the frame no problem, but for whatever reason that frame control takes over the entire window.

Any thoughts on why this is happening?

Scott

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

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

发布评论

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

评论(1

残龙傲雪 2024-10-21 18:36:37

选项卡控件上的设置并不是真正直接的,您实际上必须将所需的选项卡内容放入标题选项卡的内容部分中。

https://stackoverflow.com/questions/3293684/tabcontrol-styling-in-wpf silverlight 的样式是相同的

the setup on a tabcontrol is not real straight forward, you actually have to put what you want for the content of the tab inside the content part of the header tab.

https://stackoverflow.com/questions/3293684/tabcontrol-styling-in-wpf

the styling will be the same for silverlight

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