There might be times when you want to bind a xref:System.Windows.Controls.TreeView to a data source whose depth is not known. This can occur when the data is recursive in nature, such as a file system ...
In this example, the TreeView control's dyamic loading functionality is explored. Dynamic loading of child nodes allows you to optmize performance by only loading data for and creating the nodes that ...