I am using a dependency property to show a window, on double click of an item.
not sure whether it is a specific bug with WPF or I am doing something wrong.
If I double click even on the scroll bar or on the column headers.It triggers the double click command.
have tried a solution at ths link
WPF ListView ScrollViewer Double-Click Event
but as i am implementing MVVM pattern, there is no code behind, and if i try to handle it on code behind, it triggers the debug point but thats of no use.
If any body has a solution for ths, do put up here.