G
Guest
Is there really no way of binding the treeview to a datasource like an XML
Document?
Surely, given that XML is hierarchical and the Tree View control is
hierarchical I would expect Microsoft to have extended it for us, instead of
us having to loop through a huge XML document adding nodes one by one?
Is Microsoft doing something about this - in VB6 it was better!
Or do we have to build our own treeview from scratch in order to shadow an
XML Document?
Our problem is we are displaying the nodes of a huge XML document that the
user can edit, and it takes far too long to reload the treeview.
thx for any help or advice
Document?
Surely, given that XML is hierarchical and the Tree View control is
hierarchical I would expect Microsoft to have extended it for us, instead of
us having to loop through a huge XML document adding nodes one by one?
Is Microsoft doing something about this - in VB6 it was better!
Or do we have to build our own treeview from scratch in order to shadow an
XML Document?
Our problem is we are displaying the nodes of a huge XML document that the
user can edit, and it takes far too long to reload the treeview.
thx for any help or advice