Hi to all,
there is a way to disable context menu in custom section for a tree items?
Now I have this code and if I open the context menu and the context menu is empty...but I would to disable the context menu when a tree item have no actions.
Old issue, no resolution... with the updates to v7 over the last year+ does anyone have a possible solution?
(Second... how do I force my tree to "reload" if I make changes to my TreeController? What files do I need to remove or modify to get the Tree to reload?)
I have a working tree, but I have to rebuild my solution to get the tree to update if I modify my CustomTreeController.
I also return null on the MenuForNode override... But I still get a context menu and a dialog popout... that I'd like to disable.
How to disable context menu in a custom section
Hi to all, there is a way to disable context menu in custom section for a tree items?
Now I have this code and if I open the context menu and the context menu is empty...but I would to disable the context menu when a tree item have no actions.
Adriano
Old issue, no resolution... with the updates to v7 over the last year+ does anyone have a possible solution?
(Second... how do I force my tree to "reload" if I make changes to my TreeController? What files do I need to remove or modify to get the Tree to reload?)
I have a working tree, but I have to rebuild my solution to get the tree to update if I modify my CustomTreeController.
I also return null on the MenuForNode override... But I still get a context menu and a dialog popout... that I'd like to disable.
is working on a reply...