CListCtrl select multiple lines with the mouse
问题 There is a CListCtrl with SetExtendedStyle (LVS_EX_GRIDLINES | LVS_EX_FULLROWSELECT) , a single selection is false. I want to be able to select multiple lines with the mouse. When starting selection from an empty area, it works: It does not work if I start the selection not from an empty area. Selection frame does not appear: How to make it work? 回答1: It is not really a good idea to change how a common control works because users expect them to function like they do in all other applications.