中国最专业的商业控件服务网
[
请登录
] [
注册
]
慧都解决方案
热门搜索:
XGantt
|
DevExpress
|
WebUI
|
BCGControlBar
|
工作流
|
silverlight 图表
|
报表
搜索控件
购买流程
销售承诺
支付方式
慧都服务
首页
找控件
控件问答
资讯
咨询服务
培训
视频教程
关于慧都
电话:400-700-1020(免费)或023-66090381
慧都咨询服务,助你提升开发效率,降低成本
真实姓名:
方便我们称呼您,我公司将承诺对于您的个人信息将完全保密
*
公司名称:
请填写公司全称,以便我们为您提供一对一的贴心咨询服务
QQ:
请填写常用的QQ,以便我们为您提供即时的线上答疑
MSN:
请填写常用的MSN,以便我们为您提供即时的线上答疑
*
电话:
以便我们为您提供免费售前咨询服务
通讯住址:
方便给您免费投递控件资料
提交
product
您可能会用到这些产品
开发商产品
更多
SandDock for Windows Forms
SandDock for WPF
SandGrid
SandRibbon for Windows Forms
SandBar
Navisight
Eyefinder
SandRibbon for WPF
Wizard Framework
版本更新
更多
SandDock for WPF v1.4.5
(10-07-08)
...v1.4.4
(09-07-21)
...v1.4.1
(08-09-27)
...v1.3.3
(08-06-02)
...v1.2
(08-01-02)
授权相关问题
产品授权方式主要有哪些?
如何选择适合自己的授权方式呢?
怎么区别开发授权和分发授权?
购买了控件是否就可以任意使用呢?
授权的使用期限是多久?
相关文章
暂时没有相关新闻
同类产品
Xceed Docking Windows for .NET
UIStudio
DockStudioXP
Xtreme Docking Pane
LidorSystems.Collector
r.a.d.dock
上一个
UIStudio
下一个
Xceed Docking Windows for .NET
SandDock for WPF
[产品编号: 11330 ]
收藏
订阅
当前版本:
v1.4.5
[销售以商家最新版为准,如需其他版本,请来电咨询]
开 发 商:
Divelements
正式授权
产品类型:独立控件
产品功能:
可停靠工具栏
控件类型:
.NET
其他特性:
Web Form
产品源码:不提供源码
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍
下载
购买
版本更新
开发商
视频与培训
评论
中文
|
English
字体大小选择:
大
中
小
SandDock是一款功能强大的windows软件界面设计和管理发生器,通过它您可以快速而便捷的在您的程序中添加高级文档页面和浮动窗体函数。该控件提供了一个模板用于替代原有的Windows MDI模板,提供了一个可支持复杂的界面布置的高级浮动窗体系统,以及提供了拆分的控件组和直观的浮动窗体工具。
界面预览 Interface Preview
/images/Divelements/SandDock for WPF-1.gif
/images/Divelements/SandDock for WPF-2.gif
/images/Divelements/SandDock for WPF-3.gif
/images/Divelements/SandDock for WPF-4.gif
/images/Divelements/SandDock for WPF-5.gif
0
790
声明:本产品中文介绍为慧都控件网版权所有,未经慧都公司书面许可,严禁拷贝、转载!
功能描述 About Feature
Dockable Windows
Windows are dockable within the main container. The user can drag them to any side of the container to create complex groupings of windows, arranged in the most logical fashion for the task at hand. Hierarchies of arbitrary complexity can be created, and once windows are docked together they can be resized independently with the splitters between them. As a developer you can control which sides of the container the window can be docked to - or whether the window can be docked at all.
When multiple windows are docked into the same group, tabs appear for navigation between them. Dragging by the titlebar moves the whole group, dragging by the tab moves the individual window. Standard keyboard shortcuts work to allow keyboard navigation between tabs.
Floating Windows
When a window is dragged from its location to a space on the desktop not recognised at another dock location, the window can be floated. Intuitive docking hints guide the user while a docking operation is in progress, making it easy to see where their window will end up. Multiple windows can be housed together in the same floating group. The developer has full control over whether a window is allowed to be floated.
Floatable windows are a great way to allow your users to take advantage of multiple monitors, by moving selected tool windows to a secondary monitor.
Collapsed Groups
When a window is docked inside a container, it can be "unpinned", where it collapses down to a small tab representation of itself at the side of your container. The user can still access the window by clicking its tab or using a keyboard shortcut, but the window is not always present on screen. When accessed, the window pops up using smooth animation and is present until the user is done with it, whereupon it collapses down again.
The transition effects when a collapsed window pops up and subsequently disappears can be set by the developer.
Tabbed Documents
If your application is document-oriented you will likely want to take advantage of the tabbed document interface (TDI) support in SandDock. As with any SandDock windows, you can simply let the software take care of all layout, leaving your application to implement its core logic. Tabbed document navigation is more than just tabs - the layout engine allows users to split documents into multiple panes with proportional resizing for easy comparisons between documents.
Of course, if you wish to allow it, your documents can also be "torn off" to become floating windows and docked to the sides of your container. Such potential functionality is shared between all SandDock windows.
Multiple Document Interface
Windows Presentation Foundation does not provide an MDI implementation in the platform. SandDock addresses this with its own MDI implementation, virtually identical in behaviour to traditional Win32 MDI with some changes and advantages brought by the capabilities of the WPF platform. You can even allow your users to switch between MDI and TDI on the fly if you wish.
Layout Serialization
A complete SandDock layout can be a complex thing. A combination of tool windows, some docked, some floating, some collapsed, and tabbed documents, all potentially arranged into hierarchies. This is great for the user, but they will expect their layout to be persisted from one application session to the next. This is very easy to achieve. We provide a method that serializes the entire layout as a string containing XML, that can be persisted to the storage medium of your choice and restored upon the next application load.
Window Switching
Switching between windows using the keyboard is something users do constantly, and only recently has the user experience for this task started improving. We offer the standard switching behaviour from Visual Studio 2005, where all tool windows and documents are listed for easy Ctrl-Tab selection and activation. We have also been able to leverage the power of WPF to provide a 3D document switching experience very similar to the Flip-3D feature seen in Microsoft Windows Vista. We call this Tab-3D, and it works on any version of Windows supported by WPF.
上一页
1
下一页
0
更新时间:7/8/2010 | 录入时间:7/24/2007 | 编辑:zhuhm | 审核:xiaoy