-
-
Notifications
You must be signed in to change notification settings - Fork 10.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TreeNode should keep selection state when arrow clicked #1896
Comments
I am not sure what you mean by selection state, TreeNode currently don’t hold any selection state. Please provide more details.
|
Oh, sorry. Here is my issue: AFAIK, we use methods like |
I don't have a solution for it other than a workaround testing the X coordinates.
Or using
I'll keep this open because it's an interesting issue I would like to solve along with #1861. |
X coord approach appearly solves my problem. Cheers! :) |
Yeah, it works for me as well! Would be nice to have a built-in for this. |
You could split the TreeNodeBehaviour into two items, one button for the arrow, and one for the rest. |
Hello, I have made two changes:
Both of those changes should normally answer the problem opened here now. -Omar |
TreeNode should allow user to expand or collapse and keep selection state not changed, when user clicking the arrow.
Correct me if I missed something.
Thanks very much!
The text was updated successfully, but these errors were encountered: