This file contains a new implementation of TreeView that virtualizes the storage of the tree node data so it can come from a separate model, for example, an XmlDocument. It also removes some limitations that TreeView has like maximum of height of 32k pixels.