RE: Disabling Mouse-Clicks on a TreeView
- Posted by Rad <radhx at rediffmail.com> Sep 14, 2006
- 527 views
> Just replace the test on className by > }}} <eucode> > if not match("edit",lower(className)) then ... > </eucode> {{{ Thanks Cuvier. I tried it out, but the question regarding TreeView remains. I can still click on TreeView Item or scroll the TreeView. (Though the Up/Down keys get disabled properly) Any suggestions for handling mouse-clicks on TreeView? Regards, Rad.