Treeview COntrol

  • Thread starter Thread starter Poppy
  • Start date Start date
P

Poppy

I want to be able to display files and subdirectories in the treeview
control on my webpage.

Is this possible ?

The only examples I can find are in relation to an XML file.

TIA
 
displaying files or any information follows the same procedure as adding
child nodes to a parent node. Find the node, create a new node and append to
the selected node. Creating the node would allow for adding bitmaps to
represent files or folders etc. What problems are you having?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top