Event Binding with TableView #514
Unanswered
TinySkillet
asked this question in
Q&A
Replies: 1 comment
-
You have to bind to the underlying 'view'. For a double click you can bind to
For a simple selection try:
with a method along the lines of:
(I'm using Any because I am not sure of the datatypes.) |
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
-
Is there a way to bind a selection event to the Tableview widget? I want to get the contents of selected rows and tried using the << TreeviewSelect >> but it did not function.
Beta Was this translation helpful? Give feedback.
All reactions