Hi,
When using the UltraTree control and a node is in edit mode, right-clicking on the node text brings up a context menu. I would like to prevent that from happening. This question has already been answered in this thread. However, even when I try what is suggested in that post I still get the menu popping up. What am I doing wrong? I'm using WinClient 2010 volume 3.
Thanks!
Steve
The only explanation I can think of is that a non-empty ContextMenu is being assigned somewhere else in the code.
Thanks very much for your response. I was able to solve the problem by setting the UseEditor propertry of the WinTree's Override to DefaultableBoolean.True. No Editor or EditorComponent is assigned.