Hi,
It seems normal that disabled tree items cannot be selected. Perhaps you can
set the font foreground color and/or background color to make the items look
like they are disabled.
Regards,
Wiebe.
"Ben Luey" wrote in message
news:5065000000080000009EC20000-1077587809000@exchange.ni.com...
> I'm using a tree to configure different stages in an experiment.
> Whenever I click on a branch of the tree, using an event structure (on
> Tree: Value change), I get the current settings of that branch which I
> can then edit. I want the user to be able to select a branch in the
> tree and enable or disable that element. I can disable a branch with
> property nodes with no problem, but once the branch is disabled, I am
> no longer able to select it and thus
I can't enable it again since I
> can never run the event structure with that branch as the selected
> branch. Is there a way around this?
>
> Thank you,
>
> Ben