I'm using the report view style in a CListCtrl.
I need it to operate like a CListBox in the way selections of items are made.

The CListBox allows me to click on each item WITHOUT deselecting all the other items. I don't want the user to have to hold ctrl or shift down to maintain the previous selections in the CListCtrl.

Also, I don't need the list control if there is another way I can have a report view. I have 3 columns of data to display.

Is there any way to do this?