文件名称:TabWindow
-
所属分类:
- 标签属性:
- 上传时间:2016-06-17
-
文件大小:35.01kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
WPF Window allows tabbing by drag and drop
-Introduction
This articles introduces a shell window called TabWindow embedded with TabControl that allows detaching a tab item to a new window through a drag-and-drop. It also allows a floating window being tabbed to a stationary window through the drag-and-drop.
Background
Can you imagine a WPF window that behaves like a Chrome or IE browser? At run time, a window can be tabbed to another window through the drag-and-drop. Tabs can be re-ordered and an individual tab can be closed. The TabWindow supports those features. However it s not a mere copy-cat of the modern browser like Chrome. There are a few main differences. For instance, a tab header disappears when there is only one item left in the TabWindow. Space is a premium in GUI as you know. Also when you tab one window to another, you drag it by the title bar instead of the tab header as it s done with the Chrome. The TabWindow, however, is not a docking control. There are many commercial and opensource docking
-Introduction
This articles introduces a shell window called TabWindow embedded with TabControl that allows detaching a tab item to a new window through a drag-and-drop. It also allows a floating window being tabbed to a stationary window through the drag-and-drop.
Background
Can you imagine a WPF window that behaves like a Chrome or IE browser? At run time, a window can be tabbed to another window through the drag-and-drop. Tabs can be re-ordered and an individual tab can be closed. The TabWindow supports those features. However it s not a mere copy-cat of the modern browser like Chrome. There are a few main differences. For instance, a tab header disappears when there is only one item left in the TabWindow. Space is a premium in GUI as you know. Also when you tab one window to another, you drag it by the title bar instead of the tab header as it s done with the Chrome. The TabWindow, however, is not a docking control. There are many commercial and opensource docking
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TabWindowDemo/TabWindowDemo/App.xaml
TabWindowDemo/TabWindowDemo/App.xaml.cs
TabWindowDemo/TabWindowDemo/Properties/AssemblyInfo.cs
TabWindowDemo/TabWindowDemo/Properties/Resources.Designer.cs
TabWindowDemo/TabWindowDemo/Properties/Resources.resx
TabWindowDemo/TabWindowDemo/Properties/Settings.Designer.cs
TabWindowDemo/TabWindowDemo/Properties/Settings.settings
TabWindowDemo/TabWindowDemo/TabWindowDemo.csproj
TabWindowDemo/TabWindowDemo.sln
TabWindowDemo/TabWindowDemo.sln.docstates.suo
TabWindowDemo/TabWindowDemo.suo
TabWindow/CloseEnabledTabItem.cs
TabWindow/DragSupportTabControl.cs
TabWindow/DragWindowManager.cs
TabWindow/DropOverlayWindow.xaml
TabWindow/DropOverlayWindow.xaml.cs
TabWindow/IDragDropToTabWindow.cs
TabWindow/Images/TabTop.png
TabWindow/Images/TabTopHover.png
TabWindow/ITabWindow.cs
TabWindow/Properties/AssemblyInfo.cs
TabWindow/Properties/Resources.Designer.cs
TabWindow/Properties/Resources.resx
TabWindow/Properties/Settings.Designer.cs
TabWindow/Properties/Settings.settings
TabWindow/TabWindow.cs
TabWindow/TabWindow.csproj
TabWindow/Themes/Generic.xaml
TabWindow/Win32Helper.cs
TabWindowDemo/TabWindowDemo/App.xaml.cs
TabWindowDemo/TabWindowDemo/Properties/AssemblyInfo.cs
TabWindowDemo/TabWindowDemo/Properties/Resources.Designer.cs
TabWindowDemo/TabWindowDemo/Properties/Resources.resx
TabWindowDemo/TabWindowDemo/Properties/Settings.Designer.cs
TabWindowDemo/TabWindowDemo/Properties/Settings.settings
TabWindowDemo/TabWindowDemo/TabWindowDemo.csproj
TabWindowDemo/TabWindowDemo.sln
TabWindowDemo/TabWindowDemo.sln.docstates.suo
TabWindowDemo/TabWindowDemo.suo
TabWindow/CloseEnabledTabItem.cs
TabWindow/DragSupportTabControl.cs
TabWindow/DragWindowManager.cs
TabWindow/DropOverlayWindow.xaml
TabWindow/DropOverlayWindow.xaml.cs
TabWindow/IDragDropToTabWindow.cs
TabWindow/Images/TabTop.png
TabWindow/Images/TabTopHover.png
TabWindow/ITabWindow.cs
TabWindow/Properties/AssemblyInfo.cs
TabWindow/Properties/Resources.Designer.cs
TabWindow/Properties/Resources.resx
TabWindow/Properties/Settings.Designer.cs
TabWindow/Properties/Settings.settings
TabWindow/TabWindow.cs
TabWindow/TabWindow.csproj
TabWindow/Themes/Generic.xaml
TabWindow/Win32Helper.cs
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.