WPF ListView ScrollViewer Double-Click Event

后端 未结 4 968
予麋鹿
予麋鹿 2021-01-19 07:48

Doing the below will reproduce my problem:

  • New WPF Project
  • Add ListView
  • Name the listview: x:Name=\"lvList\"
  • Add enough ListViewItem
4条回答
  •  离开以前
    2021-01-19 08:21

      
    

    If you apply this style, it works. Just double click on item in the listview will work.

    also, you have to remove the double click from the listview.

提交回复
热议问题