This (at long last) is Episode 6 of My Treeview Project.
- In Episode 1 we started with the "Hello World" treeview
- In Episode 2 we built a treeview that showed some simple data from the Northwind Traders sample data
- In Episode 3 we learned how to change the appearance of the treeview
- In Episode 4 we added Expand All and Collapse All buttons that interact with the treeview
- And in Epsiode 5 we finally got the treeview to do something useful- we used it to select records to view and edit.