How can a Tableview double-click to get the content of a row? #347
Unanswered
zhenzi0322
asked this question in
Q&A
Replies: 2 comments
-
I don't know if a solution was ever found for this but just in case it helps someone else you can do this: When creating the table, add the binding along the lines of:
With a method of:
(I am not sure of the datatype of the selected rows - Any will do for now) This will give a list of selected rows. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try with:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can a Tableview double-click to get the content of a row?
Beta Was this translation helpful? Give feedback.
All reactions