|
Node controls. Get started
Sunday, 23 August 2009
Node control is a minimal building block of the treeview. This is an area within a node, where it displays and edits one node class member`s data or dynamic (virtual) data.
Your treeview can contain unlimited node controls count for viewing and editing data. Please note that every node will show all node controls you`ve added to the treeview, but you can dynamically or statically hide any node control for any node using node control filtration!
Flexible TreeView provides these built-in node controls:
To display data inside a node control, you need to bind that node control to the appropriate data. See the 'Node controls. Data binding' article for details.
|
|