The Tree View Control enables you to create a hierarchical list of different text elements, or nodes. The Tree View control is made up of a series of individual nodes. Nodes can contain both a bitmap ...
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 ...