I have an UltraWinTree displaying columns, and I have added a PopupMenuTool (via an UltraToolbarManager). However, when I right click on a tree node, no context menu appears.
What am I doing wrong?
Thanks
Bracchi
Hi Bracchi,
It's hard to guess what might be wrong without any code or a sample to look at.
Is the node in edit mode when you right-click on it? A node in edit mode displays a TextBox control over itself, so the tree would not get the right-click message in that case.