This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
InvokeCommandAction on listbox items #147
GuilhermeRaposo
started this conversation in
General
Replies: 1 comment 2 replies
-
I am dealing with the same issue, did you find a different solution other than adding a button to the ListBoxItem? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I invoke a command when a listbox item is double clicked?
This doesn't seem to work, but if I wrap the behavior inside a Button and change the SourceObject to the button it works normally.
Beta Was this translation helpful? Give feedback.
All reactions