changing icons on Treeview control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created my own icons, and I would like to be able to use them instead of
all the default[msdn, news..ect..] icons they provide. Is this possible?
 
I added my custom icons to an image list, assigned the treeview.imagelist
property to this imagelist, assigned the treeview.nodes(x).imageindex to the
corresponding nodes as i added them
 
I see the image list as a component when building a C# application, but I am
building a web application, and I don't see the image list in the toolbar?


--
lee


Clamps said:
I added my custom icons to an image list, assigned the treeview.imagelist
property to this imagelist, assigned the treeview.nodes(x).imageindex to the
corresponding nodes as i added them



I created my own icons, and I would like to be able to use them instead of
all the default[msdn, news..ect..] icons they provide. Is this possible?
 
I am building a web application. I only see the image list component on a
regular C# application?
--
lee


Clamps said:
I added my custom icons to an image list, assigned the treeview.imagelist
property to this imagelist, assigned the treeview.nodes(x).imageindex to the
corresponding nodes as i added them



I created my own icons, and I would like to be able to use them instead of
all the default[msdn, news..ect..] icons they provide. Is this possible?
 

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