what no TriState Checkboxes in TreeNodes ?

C

colin

Hi,

I have a simple treeview, I want to put tri state checkboxes.
I thought this would be standard,
TreeViewNode has checkboxes,
and checkboxes have tri state,
but the TreeViewNode checkbox has no tri state capability.

I googled for this and suepried to find this is lacking
however they were mostly quite old links,
I also found a example of how to use icons
in place of the tri state checkbox,
but this means you cant use both icons and tri state checkboxes :s

I need to have an icon to show wich node is selected and what type if item
it is,
(theres quite a lot)

The tree is going to be a decision tree so the checkbox determines
if the dicision is yes/no or if the decidion is defered till lower nodes.

I use .net 2.0 c# express,
I cant beleive theyve not implemented common functionality
consistently.

have they added anything in later .bet versions by chance?
or is there an api function wich can force the TreeVieweNode checkbox to the
third state?

many thanks
Colin
 
C

colin

I seem to have managed it using StateImageList in the treeview and
implementing the state chnage myself
thanks

Colin
 

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

Top