by Divelements - 상품타입: Component / .NET WinForms / .NET Class / 100% Managed Code
주의 : 이 제품정보에는 한글안내가 포함되어 있지 않습니다.
Add Office and Visual Studio dockable windows and tabbed documents to your applications. SandDock for Windows Forms is a window layout engine that adds advanced dockable/collapsible window and document paging functionality to your applications. Featuring comprehensive designer integration, it supports the rich windowing functionality of the Microsoft Visual Studio IDE. Three bundled renderers allow your application to mimic Office 2003 and Visual Studio 2003 and 2005 look and feel and docking. The library fully promotes encapsulation by allowing developers to optionally design their windows and documents as separate classes.
일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
| 주문 | ₩ 239,600 | 1 Developer License | 다운로드 (2.8 MB) | |
| 주문 | ₩ 204,100 | 2-3 Developer License (Price per Developer, Minimum quantity 2) | 다운로드 (2.8 MB) | |
| 주문 | ₩ 175,800 | 4-7 Developer License (Price per Developer, Minimum quantity 4) | 다운로드 (2.8 MB) | |
| 주문 | ₩ 140,300 | 8 Developer License or above (Price per Developer, Minimum quantity 8) | 다운로드 (2.8 MB) | |
| 주문 | ₩ 4,818,500 | Unlimited Site License (Allows Unlimited Developers at a Single Physical Address) | 다운로드 (2.8 MB) |
| 주문 | ₩ 126,200 | 1 Developer Support Renewal License | 확인 | 다운로드 (29 KB) |
| 주문 | ₩ 104,900 | 2-3 Developer Support Renewal License (Price per Developer, Minimum quantity 2) | 확인 | 다운로드 (29 KB) |
| 주문 | ₩ 90,700 | 4-7 Developer Support Renewal License (Price per Developer, Minimum quantity 4) | 확인 | 다운로드 (29 KB) |
| 주문 | ₩ 76,600 | 8 Developer or above Support Renewal License (Price per Developer, Minimum quantity 8) | 확인 | 다운로드 (29 KB) |
| 주문 | ₩ 2,550,300 | Unlimited Site Support Renewal License (Allows Unlimited Developers at a Single Physical Address) | 확인 | 다운로드 (29 KB) |
가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다. 모든 주문에 대해서 당사표준 계약조건 및 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로연락하시기 바랍니다. (상기의 리스트에 게재되지 않은 대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)
일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.
What's New in V3.0.3:
What's New in V3.0.2:
What's New in V3.0.1:
What's New in V3.0:
What's new in V2.4:
Features:
Dockable Windows
Tabbed Documents
Dockable Windows
The dockable windows in SandDock for Windows Forms offer a huge amount of flexibility while retaining the great design-time experience that is expected from advanced .NET controls. Docking windows at design time is performed the same way as at runtime - with drag and drop. This makes SandDock dockable windows the best choice to work with in your application.
Along with the great designer support comes a good degree of flexibility when it comes to drawing. SandDock for Windows Forms includes three renderers, that mimic Visual Studio 2003, Office 2003 and Visual Studio 2005. Alternatively, for the ultimate fine-grained control over drawing you can write your own rendering component - either from scratch or by inheriting one of the ones provided.
A dockable windows library is nothing without good programmatic access to docking methods. All common scenarios are addressed, from making sure that wherever the user has placed (or hidden) a particular control it can be shown, to docking a control within the same parent as another. Access to floating windows is also provided.
If you are writing a large-scale application with many dockable windows, it is likely the user will want to take advantage of all the customisation features of SandDock for Windows Forms. Once they have achieved a layout they are comfortable with, they will expect their layout to be persisted the next time they start your application. SandDock for Windows Forms features full layout serialization through two easy methods that can represent a full layout of dockable windows with a string containing XML.
To conserve screen space it may be desirable to temporarily hide some dockable windows. Through the 'pushpin' button the SandDock for Windows Forms dockable windows can be collapsed to a small area at the side of the form, where they can be popped up by clicking on their tabs. When popped up, collapsed dockable windows do not subtract from the client area of your form.
The dockable windows themselves offer a range of border styles, hints at design time and events to hook for when the user presses the close button. They also offer properties which dictate whether to offer a close or collapse option, and show a small image on their tab.
User Interaction
SandDock for Windows Forms offers a choice of docking hints to show while redocking or floating is in progress. It can display the traditional 'rubber band' effect or alternatively can display a translucent themed rectangle to show precisely where a window will be dropped while maintaining a view of the controls underneath. The default behaviour is to use the translucent docking hints, reverting back to rubber bands if your operating system does not support layered windows (Windows 98 and ME).
Any single dockable window or tabbed group of windows can be dragged to any other docking location on a form, or 'torn off' to form a floating window. This capability is presented to the user by simple dragging and dropping, and is exposed to the developer for programmatic access with helper methods.
SandDock for Windows Forms supports the new style of docking interaction present in Microsoft Visual Studio 2005.
Tabbed Documents
SandDock for Windows Forms utilises its advanced window management system to provide state-of-the-art tabbed document functionality for your application. Its controls seamlessly integrate tabbed documents with dockable windows and give you control over how the user interface is drawn. Designed to completely replace the traditional MDI paradigm, SandDock's tabbed document support mimics document management in Microsoft Visual Studio.
Packaged as standard are renderers that can mimic the appearance of the tabbed documents in Microsoft Visual Studio 2003, Visual Studio 2005 and OneNote 2003. Standard close buttons are available for all documents along with events to trap and optionally cancel closure. When screen space is tight and document tabs are clipped, buttons allow smooth scrolling to access them. Events are raised to make keeping track of which document is 'active' easy.
Integrating tabbed document support in to your application is simple. Replacing your existing MDI architecture with SandDock for Windows Forms tabbed documents is straightforward due to the familiar methods and events supported by the library.
Though documents can be split in to complex hierarchies, SandDock for Windows Forms maintains a flattened list of documents for easy programmatic access. The user can split documents by dragging their tabs, and programmatic access to this functionality is also provided. Translucent docking hints like the ones present in Visual Studio 2005 are provided as standard to make dragging and docking a more intuitive experience.
For keyboard accessibility, SandDock for Windows Forms also supports the standard ctrl-tab and ctrl-shift-tab shortcuts to switch between active documents.
Advanced features like allowing your user to float certain documents, or even dock them as if they were dockable windows, are fully supported. The extensible nature of SandDock for Windows Forms combined with common features between windows means that whatever design you are hoping to achieve, it's likely our tools will be able to help you.