Essential Tools for WPF

Ribbon, Docking, Editors, Menus, MDI, and much more
Essential Tools is a collection of nearly 30 user interface components for the WPF framework, including docking managers, ribbons, tree views, editors, tab controls, group bars, wizards, skin managers, and much more. Easily create robust and user-friendly application interfaces that emulate Visual Studio .NET and Microsoft Office 2007. Essential Tools also extends full support to XAML and offers extensive customization options for templates.

The Docking Manager is an advanced container control that automatically lays out its children within docked panels, just as seen in Visual Studio .NET. This element can be used in XAML, just as easily as it is used in grid or canvas elements. The attached properties can be used to specify the dock state and position of the child elements. End-users can then fully customize the user interface by dragging the dock panels to different locations within the container, floating and arranging them within tabs in the dock panel, or hiding the dock panel. The dock panels can also operate in AutoHide mode.

A ribbon is a collection of controls and behaviors that together implement the latest Office 2007-style menus and toolbars in an application. It is designed to make commands more accessible. Commands can be easily organized into logical groups, which are rendered under tabs. Some tabs can also be displayed on a need-only basis.

The Document Container framework supports both multiple document interfaces (MDIs) and tabbed document interfaces (TDIs). Though MDI is not supported in the 3.5 framework, the document container has the ability to develop MDI applications in WPF. It can load any type of content, such as flow documents and any UI elements. It also ships with sophisticated default window switching styles such as Vista Flip and VS 2005.

The TreeViewAdv control implements a tree UI with advanced customization capabilities. Advanced features such as drag-and-drop, multi-node selection, and inline editing support are also available. It also has a feature for adding images, and it contains the built-in ability to perform item sorting on a tree view.

Create professional, user-friendly data editing forms using several of the advanced editors available in Essential Tools. These editors are a comprehensive collection of controls that can be used in creating data-entry forms. All editor controls have been architected to provide a simple and powerful means for capturing data input, as well as validating and displaying data input with the appropriate formatting. They also ship with support for data binding, templates, and styles, to change the appearance of the control.

The GroupBar control is a user interface element that groups a collection of commands within categories and displays those commands within collapsible panels. It lets you recreate the popular Microsoft Outlook bar interface in your application. Each panel in a group bar can host a number of commands or any other control, such as a calendar.

The TaskBar control is similar to the group bar control in that it can host a collection of grouped command items. The look and feel, however, is closer to the Windows XP taskbar. Besides command items, any custom control can be placed inside the taskbar. Just like the group bar, taskbar boxes can be expanded and collapsed.

A gallery is a useful control for displaying categorized collections of objects as thumbnail views. It also comes with built-in animation when laying out child items.

TabControlExt is a control that can define multiple pages for the same area of a window. It contains the TabItemExt control, which is used to define tab items with different visual styles such as One Note Type, VS 2008, and Office 2007. When a tab-item header is selected, the corresponding tab item’s data will be displayed.

The Tab Splitter control is similar to the VS 2008-style split view for tabbed groups.
Vector images are collections of many scalable individual objects; rather than using pixels, these objects use mathematical relationships and equations between connecting points and paths to describe an image. This is why they always render at the highest quality.
The Notify Icon control supports different animations and shapes. It allows an icon to be added in the notification tray of a system with different animation and shape formats.

Range Slider is a slider control with two thumbs that show a selected range. It lets users input two values, typically an upper and a lower bound for two thumbs, thus providing enhanced feature support for the standard slider control.

The Tile View control for WPF is capable of hosting tile view items. The main feature of these items is their capacity to host any kind of content. Also, they are draggable, so they can be rearranged.

The Check List Box control implements a classic list box with added check boxes, allowing multiple items to be selected.

The HierarchyNavigator control provides a bread-crumb interface, similar to the Windows Explorer address bar in Windows 7, which enables hierarchical navigation.

The ButtonAdv control is a basic button control, which is used to design complex forms and applications. Also the control shipped with Commanding Support, which provides compatibility in MVVM design pattern.

The DropDownButtonAdv act as a normal menu control. The Content will be displayed in the DropDown Popup when the button is pressed.

SplitButtonAdv control is inherited from DropDownButtonAdv, which provides both DropDown support and commanding support.
| Development Environments |
|
| .NET Framework versions |
|
| Operating Systems |
|