Hi.
I am performing a drag and drop to a tree view and want a menu popup right where I drop of, just like context menu. But I just cannot get the x,y position right.
Below is my code.
int x...
Type: Posts; User: hellotech
Hi.
I am performing a drag and drop to a tree view and want a menu popup right where I drop of, just like context menu. But I just cannot get the x,y position right.
Below is my code.
int x...
Hi all
Can I show the context menu of grid with a left click on a clickable cell?
Thanks Andreas! That work perfect!
I am using a checkbox to enable/disable some widgets (e.g. textfield as shown in the example).
The following code works in Firefox but not Chrome. In Chrome, the checkbox returns True when...
Hi Brandon, any update on this?
I've tried with you suggestion. Now the behavior is as follow: (similarly with a 4-level tree)
Issue #1
1. Select a 2nd level node XYZ (this will programmatically expand this node, and highlight...
Apologies I missed out the reply. I tried it with your test case and it works. I realised the issue only happen when all the nodes in the the subtree of the selected/expanded node are "highlighted"...
3.0.6
Steps to reproduce:
1. Create a three-level tree
2. Expand first level node with mouse click
3. Programmatically expand the first level node (that is already expanded)
4. Try to expand any of the...
Currently I can only use either TreeStyle to display the nodes icons with either open/close or use IconProvider to display them with my different node types. So you are saying if I want to combine...