Binding Double click
-
Dear friends i have some clarification i have Image in xaml ... i want to bind command for "double click" of the image .. and i have the command in my view model.. how to do that? can some one give me with example thank you
-
Dear friends i have some clarification i have Image in xaml ... i want to bind command for "double click" of the image .. and i have the command in my view model.. how to do that? can some one give me with example thank you
Have a read of this thread[^]. You need an InputBinding, and this explains what you need to do.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
Dear friends i have some clarification i have Image in xaml ... i want to bind command for "double click" of the image .. and i have the command in my view model.. how to do that? can some one give me with example thank you
You can use a behavior or dependency property for double click instead of command.