|
|
|
|
|
TreeViewAdv
The TreeViewAdv implements a tree UI with some advanced customization capabilities. Advanced features such as Drag and Drop, Multi Node Selection and Inline Editing support are also available. TreeViewAdv has a feature of adding Images to it and has inbuilt ability to perform item sorting of the TreeViewAdv.
|
|
|
|
Users can dynamically change the look and feel of the TreeViewAdv using different properties like Background, Foreground, MouseOverBackground, MouseOverForeGround, SelectedBackground, SelectedForeground, Font styles etc., Users can also add custom templates and styles to a TreeViewAdv to have a customized look and feel for the control.
TreeViewAdv - Custom SelectedBackground
Custom Background and Font style
|
|
|
|
Optionally the RootLines can be made invisible.
TreeViewAdv RootLines - InVisible
The color of the root lines can also be customized.
TreeViewAdv RootLines - Custom Color
|
|
|
|
Fake DragIndicator
The TreeViewAdv control also comes with the option of fake drag indicator feature, which fakes a drop and renders the dragged item at it's drop location (based on the current cursor position), to give you an accurate cue of where the drop might occur during drag and drop. The actual drop will not occur until the user releases the mouse.
TreeViewAdv - without FakeDragIndicator
TreeViewAdv - with FakeDragIndicator
|
|
|
|
Sorting
TreeViewAdv gives the users the facility to sort the items of a node in ascending or descending order.
TreeViewAdv - Items in Ascending order
TreeViewAdv - Items in Descending order
|
|
|
|
Image Settings
In the TreeViewAdv, you can associate images with a tree node. the user can set images to an item. You can associate an ExpandedImage, CollapsedImage, LeftImage or RightImage with the node.
TreeViewAdv - Collapsed Image Source
TreeViewAdv - Expanded Image Source
TreeViewAdv - Right Image Source
TreeViewAdv - Left Image Source
|
|
|
|
Users can dynamically edit the TreeViewAdv items using the context menu available or with the help of F2 key for inline editing of the TreeViewAdv control.
TreeViewAdv - Custom Background
TreeViewAdv - Renaming the TreeViewAdv Items
|
|
|
|
TreeViewAdv supports multiple selection of TreeViewAdv Items, as well as support for dragging and dropping of multiple items.
TreeViewAdv - Multiple Selection
TreeViewAdv - Dragging Multiple items
|
|
|
|
TreeViewAdv is shipped along with some additional animation effects on the expansion/collapse of the TreeViewAdv items. TreeViewAdv supports animation effects like Fade and slide.
Animation Effect - Fade
Animation Effect - Slide
|
|
|
|
|
|
|
|