I'm working on an RSS reader in .NET 2.0. It's a WinForms app. Like most RSS readers, it's got an outlook-style layout with a TreeView control on the left hand side that holds your feed subscriptions ...
I have a dynamically created TreeView and want to identify if the node is a parent or child.<BR><BR>My treeview looks like this:<BR><BR>Parent<BR>...child<BR>...child ...
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 ...