|
|

|
|

|
|
Docking Manager
The DockingManager allows controls to be docked to any part of a window. It has been designed based on the features present in Visual Studio 2005 docking. The DockingManager works on top of all the controls placed inside its tree. It takes care of the window layouts for the user automatically and places the controls accordingly. Like the DockPanel, it also uses attached properties to set the controls as docked controls / undocked controls. The docked controls can be placed as a group of logically related docked controls.
|
|
| | | | | | |
|

|
|

|
|
Ribbon
Ribbon control is used to create user interfaces as in Office 2007. Ribbon control gives easy access to menu items without having to search for new ones. Ribbon control is easy to use and customize without much coding practices. Ribbon control can be accessed using both XAML and Procedural code. Ribbon control has many built-in features that gives a professional look to the application.
|
|
| | | | | | |
|

|
|

|
|
GroupBar
Group Bar used for implementing list-type controls as found in Microsoft Outlook / Visual studio. It implements a container for hosting controls. It allows the controls to be grouped together and organized in a systematic manner i.e, in Stack mode or MultiExpansion mode(Tree mode). GroupBar can be completely customized that would enhance the user experience in improving the presentation UI.
|
|
| | | | | | |
|

|
|

|
|
TaskBar
TaskBar provides an UI that is similar to the Windows Explorer’s TaskBox. It gives the users a consistent UI for placing commonly used functionalities as grouped items. Any container panel control can be placed inside Taskbar, e.g. Customized Grid panel with other controls can be placed inside the TaskBarItem, and this will automatically arrange the Grid panel inside the Taskbar items collection.
|
|
| | | | | | |
|

|
|

|
|
Gallery
Gallery provides a repository collection for viewing images with contents. Each item present inside the gallery exhibits a special feature that gives the user a better experience of viewing image content with inbuilt animation support.
|
|
| | | | | | |
|

|
|

|
|
DateTime Editor
DateTime Editor controls are used to get date values as input from the users. There are two DateTime editor controls viz. CalendarEdit and DateTimeEdit control. Both these controls have extensive features that adds value to the application.
|
|
| | | | | | |
|

|
|

|
|
Autocomplete
The AutoComplete control provides live dropdown hints to users as they type in text. The AutoComplete control displays a list of words as the typed text.
|
|
| | | | | | |
|

|
|

|
|
Font ListBox
FontListBox and FontListComboBox controls are used to display the list of fonts available in the system. These controls enable the user to add fonts from the custom folder to the font list box thereby, providing the users the flexibility to filter the fonts in the control.
|
|
| | | | | | |
|

|
|

|
|
ColorPicker
The ColorPicker control provides an easy way to select colors from the color palette collection. It shows the color palette as a dropdown control.
|
|
| | | | | | |
|

|
|

|
|
Numeric UpDown
The Numeric UpDown control is a textbox with a pair of toggle buttons. This control can used to get numeric input from the users within a range.
|
|
| | | | | | |
|

|
|

|
|
IntegerTextBox
IntegerTextBox control allows the user to enter only integer values into the text field. It gives easy access to the users, by restricting the IntegerTextBox only to integers. This powerful tool has extensive features, that gives the user more flexibility to work with. The tool comes along with a great look and feel.
|
|
| | | | | | |
|

|
|

|
|
DoubleTextBox
DoubleTextBox is a yet another powerful control, which allows the user to enter only double values. It helps the user to restrict the input for the DoubleTextBox control to be double values alone. It provides the user much more flexibility to work. Additionally, it is shipped with great look and feel.
|
|
| | | | | | |
|

|
|

|
|
MaskedTextBox
The MaskedTextBox control constrains the format of user input, to distinguish between valid and invalid user inputs. It is an enhanced TextBox control, that allows to set a preset pattern for the TextBox, to accept or reject the valid or invalid user inputs respectively. Regular Expression validation also supported.
|
|
| | | | | | |
|

|
|

|
|
Clock Control
Clock control supports both analog and digital modes for displaying the time. Different Visual skins including Office2007's blue,black,silver and blend theme can be applied. Clock Control enables the user to customize it in every aspect, giving it maximum flexibility to work with.
|
|
| | | | | | |
|

|
|

|
|
TreeViewAdv
The TreeViewAdv control provides the user a list of items with connecting lines, to connect the related items in a hierarchy. It is supplied with a header for each item. Each item can have any number of subitems associated with it, which provides a splendid UI. TreeViewAdv comprises of all the essential features of a treeview control and also with extraordinary advanced features, such as Drag and Drop, Multi Node Selection, Inline Editing support thereby making the control unique. The user can also add the optional bit mapped image source to the TreeViewAdv giving a fabulous look and feel for the entire application.
|
|
| | | | | | |