Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
XamDataTree Unbound Node in Xaml
posted

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,

 

Thanks,

 

Thanks,

Thanks,