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've been looking around (google, msdn, codeguru, etc.) for a free activex treeview control that allows multiple selection like a listview (e.g. shift/ctrl + cursor, or drag a box around items). More ...
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 ...