Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
How to disable ability to check/uncheck a node.
posted

I need to be able to enable or disable the ability to checkmark individual nodes.   I tried to do this using the node's enabled state and its allowcell edit state but no luck.

If possible, I would like to still have the ability to expand the node.

thanks

Parents
  • 69832
    Offline posted

    This is not the first request I have seen for this functionality. I tried to put together an IUIElementCreationFilter sample, but it turned out there was a bug in the CheckBoxUIElement class (whereby you could still check it even when disabled by double-clicking) thast I haven't gotten around to fixing yet. You might want to submit a feature request for a property like CheckBoxEnabled off the Override or something like that.

Reply Children