disable a treview node

  • Thread starter Thread starter touf
  • Start date Start date
T

touf

Hi,
Is it possible to diable/enable a specific node in a treeview?
Thanks
 
The best you could do is changes its visibility, but there isn't a readonly
property or enabled property.

-CJ
 
Thanks CJ

The problem is that I've checkBoxes in my treeView, I've to write code in
different events to simulate the Disabld status.

I've done it, I thgink that I've covered all the cases....No choice :o(((
 

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