Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I implemented a treeview and it is working ok. Now I want to add the right click function. Right click opens a context menu, so I need to add my own menu item to the context menu. That is working too.
Except I do not know how to remove the the default context menu items (Remove and Remove All).
I read this in the manual.
Since it is a BaseContainer you simply remove them via RemoveData()
BaseContainer
@mp5gosu said in Treeview and Right Click:
RemoveData()
Great, thanks.