Disabled CTreeControl question

  • Thread starter Thread starter Lars Grøtteland
  • Start date Start date
L

Lars Grøtteland

Hello!

If I select an item in a tree - and disable the whole tree - all the items
in that tree is "grayed".

How can I avoid that?

This is how I would like things to work - only one item should be grayed -
and I should not be able to click on this tree.
 
If I select an item in a tree - and disable the whole tree - all the items
in that tree is "grayed".

How can I avoid that?

This is how I would like things to work - only one item should be grayed -
and I should not be able to click on this tree.

Lars,

Try giving the item the TVIS_CUT state.

Dave
 
Back
Top