TreeView with tri-state buttons

  • Thread starter Thread starter Aaron Queenan
  • Start date Start date
A

Aaron Queenan

Is there any way to have tri-state checkboxes in the TreeView, preferably
without having to use the state icons for that purpose.

Does anyone have or know of an implementation of tri-state checkboxes for
the TreeView?

Thanks,
Aaron Queenan.
 
Aaron,

Out of the box, there isn't one. You will have to create your own,
using the state icons. There was an article in MSDN magazine a year ago
that detailed how to do this, but I forget where it is. I believe it was in
the Q&A section, and you should be able to find it online.

It tells how to do it in C++, but you can adapt it to work with the .NET
version.

Hope this helps.
 
Back
Top