我的VB.NET项目中的Visual Studio 2010 IDE样式选项卡 [英] Visual Studio 2010 IDE style Tabs in my VB.NET Project

查看:263
本文介绍了我的VB.NET项目中的Visual Studio 2010 IDE样式选项卡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有一种现成的"方式来创建与Visual Studio 2010 IDE中的选项卡类似的选项卡控件?

我希望每个选项卡页面上都有一个关闭"X",并在末尾有一个按钮以列出所有选项卡.我还希望能够取消标签页并将其拖到多个监视器.

Is there an "out of the box" way to create a tab control that works similar to the one in the Visual Studio 2010 IDE?

I want to have a Close "X" on each tab page and a button at the end to list all of the tabs. I would also like to be able to undock the tabs and drag to multiple monitors.

推荐答案

您是否在Codeplex上查找了可实现此功能的代码?顺便说一句,VS2010的UI是使用WPF完成的.复制功能应该相当简单.
Have you looked on Codeplex for code that does it? BTW, VS2010''s UI was done with WPF. It should be fairly simple to duplicate the functionality.


带标签的接口没问题,这是一个常规控件TabControl.

我想您是在问类似Visual Studio中的停靠界面,而不仅仅是它的选项卡式部分.我知道的最接近的东西是用于WPF的AvalonDock: http://avalondock.codeplex.com/ [
Tabbed interface in not a problem, this is a regular control TabControl.

I think you''re asking about docking interface like in Visual Studio, not just a tabbed part of it. The closest thing I know is AvalonDock for WPF: http://avalondock.codeplex.com/[^].

—SA


这篇关于我的VB.NET项目中的Visual Studio 2010 IDE样式选项卡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆