Register  |  Login
 
 
Announcements Minimize
Print  
 
 
You are here :- Home
Docking Control Minimize

Demo 2 dark imageDocking control is a WPF control for creating a complex 'Tabbed document interface' layout structure within your application. It enables you to quickly create professional looking applications that provide advanced support for tool window management as found in the visual studio environment.

With Docking control, you can give the users a much larger screen area by allowing them to collapse infrequently used windows to the border. They can also drag and drop the windows to their hart's desire so they can create their own optimal screen layout. Try it, you'll be surprised of the flexibility (for instace, initiating a drag from a collapsed item that's currently visible or repinning a floating window).

And offourse, all these custom layouts can easely be persisted to disk. The control is even able to handle multiple layouts simultaniously allowing for fast switches.

Using the component is almost as easy as using a DockPanel. Simply drop it in a container and add your tool windows as URI's. You don't have to worry about splitter management, window visibility, resizing behavior between docked and undocked windows or drag and drop operations. Even menu items to hide/unhide the tool pages can easily be created with bindings. And it can all be done from within your favorite design tool, no coding required.

The control comes with a default theme that contains images, styles and templates which can all be overwritten. Every part of the control is customizable through styles, templates and drawing resources. The demos also contain extra themes that are available to you.

The library also supports the new UI Automation framework from Microsoft Windows. This is very usefull for building automated user interface tests, and it allows the proper functioning of assistive technology products such as screen readers. You can also download a seperate, free tool for browsing the UI Automation interface of applications. See UIBrowser for more info.

Print  
ControlFramework Minimize

The ControlFramework is a free .net 3.5 library that contains a number of useful controls and utilities.  This includes (not exhaustive): DockSplitter, DockPanelEx, Help, Rotary, TabPanel, FocusManager,....

Most of these controls are used by the DockingControl and our other products, but they can also be useful in other situations. They can be downloaded seperatly as source code but are also included with the DockingControl library as binaries with HTML help.

Print  
UI Browser Minimize

UI Browser is a small, free (as in beer) utility based on the new UI Automation framework from Microsoft.  It allows you to browse and test an application using this framework. 

Print  
Comming soon Minimize

There are several projects currently in development, which will become publicly available in a short time.  The first public beta of the Undo-Redo system has already been released and a general purpose application Macro recorder/player is expected in the third quarter of 2008.

Print