Hi,
I can't seem to find how I can simply add a treeview node to the xamdatatree . I would like to do something like this with the infragistics xamdatatree:
<TreeView BorderThickness="0">
<TreeViewItem Header="Head1" IsExpanded="True">
<TreeViewItem Header="Head2"/>
</TreeViewItem>
</TreeView>
I don't see how this is possible with the xamdatatree, something like this?:
<ig:XamDataTree >
<ig:XamDataTree.Nodes >
<Node ...>
</ig:XamDataTree.Nodes>
</ig:XamDataTree>
Thanks,
Hello InfraNewbie,
The xamDataTree must be bound to data. There is no "unbound" mode. For more information, please reference the xamDataTree Data Binding topic.
Elizabeth AlbertLocalization Engineer