WPF ListView GridViewColumn Double Click
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-02-04T00:02:47Z
Indexed on
2010/04/03
11:03 UTC
Read the original article
Hit count: 319
Hi,
I have a WPF ListView that opens a certain window when double clicked on a certain item inside the list view, but I have a problem. When I double click the GridViewColumn, that also opens up a certain window. Is there a way to detect if the sender is a gridviewColumn or a listView item? Thanks
© Stack Overflow or respective owner