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
40
WinTree checkboxes
posted
Hi,I am using an Infragistics.Win.UltraWinTree.UltraTree control which has checkboxes next to each node.  Is there a way of displaying the checkbox but blocking users from changing its checkstate? i.e. mimicking the functionality of a standard checkbox where AutoCheck has been disabled.  If a user clicks the checkbox nothing happens other than the node is selected.I am currently intercepting the _BeforeCheck event and cancelling it.  This has the overall affect of not allowing users to change checked state but causes the check to flicker on or off briefly between the mouse down and mouse up.Regards

Del