问题描述
不要存在任何开放源代码的标签控制解决方案,模拟如何在标签浏览器都正常实现,例如:
Do there exist any open-source tab-control solutions that mimic how tabs are normally implemented in browsers, for example:
- 在存在右侧边缘,会启动新的选项卡中新建选项卡按钮。
- 存在每个选项卡上的X,点击它关闭它。 一个标签上
- 中东击也关闭了。
任何其他相关功能,如下面,将是一个奖金:
Any other related functionality, such as the following, would be a bonus:
- 的能力,以脚的标签。
- 重新排序标签拖动。
- 在一个标签上右键单击会弹出上下文菜单的选项,如关闭其他标签页,关闭标签页的左边,等等。
如果这样的控制不存在,就如何建立这一功能的指针(至少在新建选项卡和X按钮)到 System.Windows.Forms.TabControl
和 System.Windows.Forms.TabPage
也将是AP preciated(在pferred在VB.NET C#$ P $样品)。
If such a control doesn't exist, any pointers on how to build this functionality (at least the "New Tab" and "X" buttons) into System.Windows.Forms.TabControl
and System.Windows.Forms.TabPage
would also be appreciated (samples in C# preferred over VB.NET).
推荐答案
一些较早发布的类似主题的问题可以帮助你:
Some of the questions posted earlier on similar topics might help you:
Customizing一个的TabControl的各个选项卡的截止
adding一个控制选项卡中的动态TabControl的使用C#生成.NET
Creating与标签在Visual Studio C#的动态数量的选项卡控件
Creating a tab control with a dynamic number of tabs in Visual Studio C#
这篇关于的WinForms:浏览器一样的TabControl的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!