Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
Mouse binding command in WPF
Mrunal Bhandarkar
10y
1.9k
1
Reply
I want select data on double click in listview.
I am having some fields in listview and on double click event, data should be selected.
<MouseBinding Command="{x:Static custom:Window1.LeftClickCommand}" MouseAction="LeftClick" />
Above command is for window. I need to apply it for usercontrol. How can I do that?
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
WPF Book
Delete Rows from Listview in WPF