Help With tree Views Please

cpgames

Member
Joined
Sep 14, 2011
Messages
14
Programming Experience
Beginner
Hello I need help with tree views I made a tree views and filed it in with all my text and info but im not shore how to use it i need to make each diffrent branch change text files and a button if you need more info please ask me thanks charlie
 
You should start in the obvious place: the documentation. Not surprisingly, it describes how the TreeView works and what each member does, along with various code examples. If you need more information after that, you will be better able to search the web for examples and/or ask specific questions here because you'll have a better idea of what you're looking for.

treeview - MSDN Search

Make sure that you look at the right one, i.e. the Windows Forms, ASP.NET or WPF TreeView control.
 
Back
Top