VB.NET 2003 WinForms TreeView

  • Thread starter Thread starter adh
  • Start date Start date
A

adh

Hi,
How can I replace just the icon of 1 single node, without repainting the
whole tree? (Eliminating Screen Flickering?)

Thanks, adh
 
Hi

Just replace nodes imageindex.

TreeView1.Nodes(NodeIndex).ImageIndex = 1

Meelis
 

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