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 got some information that I'd like to display on a WinForm as a treeview. I'd like to store some data in the nodes so that when a user selects a Node, the information is easily referencable.