ComponentOne Basic Library for UWP
TreeView for UWP Key Features
UWP Edition Basic Library > TreeView for UWP > TreeView for UWP Key Features

TreeView for UWP allows you to create customized, rich applications. Make the most of TreeView for UWP by taking advantage of the following key features:

Node headers are content elements, so they can host any type of element. Add images, check boxes, or whatever your application requires. Provide editing functionality using the customizable EditTemplate property.

Show connected lines in C1TreeView by simply setting the ShowLines property. This gives the appearance of a classic windows treeview. Adjust the appearance of the lines with several simple properties (LineThickness/LineStroke).

You can use different templates for different node types without having to subclass the C1TreeViewItem class.

C1TreeView supports drag-and-drop operations within the tree. Simply set the AllowDragDrop property to true and users will be able to reorder nodes within the tree by dragging them with the mouse. Note that drag-and-drop functionality is only supported via keyboard and mouse in the beta version.

See Also