[2008] Mouse-click issues with Owner-drawn ListView
I'm trying to implement an Owner-drawn ListView in my application using the code available at this MSDN article, however I've encountered several issues.
First of all, the double-click event only fires when the mouse is over the text in the first column of any ListViewItem. I'd prefer to keep the manual, timer-based, double-click detection routine as a last resort if possible.
Second, when the ListView is scrolled sideways, clicking an item won't select it anymore.
I'm busting my head over this one but I can't solve either of these problems. Any help would be greatly appreciated.
Re: [2008] Mouse-click issues with Owner-drawn ListView
I hate doing this but it's urgent that I find a solution as soon as possible. Bump!
Re: [2008] Mouse-click issues with Owner-drawn ListView
Please someone have a look at this... I'm out of ideas at this point...