Silverlight 导航应用程序中的 Tabcontrol
如何在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道您要求使用 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