Silverlight 导航应用程序中的 Tabcontrol

发布于 2024-09-03 16:34:14 字数 164 浏览 4 评论 0原文

如何在Silverlight 4导航应用程序中使用通用的TabControl? 例如,它将在所有视图中保持在相同位置,例如这里保留 Manu 栏,其中包含问题、标签、用户等作为标题。

当用户单击任何 TabItem 时,我想在默认提供的框架中加载相应的页面。我还希望浏览器的后退/前进按钮能够工作。

How to use a common TabControl in Silverlight 4 Navigation Application?
For example, It would be kept at same position in all views like here the Manu bar is kept which has Questions,Tags,Users etc. as headers.

When the user clicks on any TabItem I want to load the respective page in the frame provided by default. I also want the back/forward button of the browser to work.

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

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

发布评论

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

评论(1

心如荒岛 2024-09-10 16:34:14

我知道您要求使用 TabControl 执行此操作,但我认为这不是您真正想要的。您可以创建一个由 超链接按钮。使用框架 就像 ContentPlaceHolder在 ASP.NET 中,框架之外的所有内容都类似于 MasterPage

查看 MSDN 上的导航概述

HTH,

查尔斯

I know you're asking to do this with the TabControl, but I don't think that's what you really want. You could create a "menu bar" consisting of HyperlinkButtons. Use a Frame as you would a ContentPlaceHolder in ASP.NET, where everything outside of the Frame is like a MasterPage.

Check out the Navigation Overview on MSDN.

HTH,

Charles

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