Quote Originally Posted by tragicshadow View Post
Krool, thanks for fixing that issue. Confirmed solved.

One more thing, whenever I clicked the last visible row, NOT the last row, in a Listview, let's say containing like 20 rows, which is currently showing only the first 10 rows with row10 at the visible bottom, the rows automatically scrolled and showed me row11 without my intent.
mscomctl listview doesn't have this behaviour. I am not saying it is wrong or bad because I have seen the same thing in some other windows applications.
Could you please give us some form of control over that to not do it?

I think this is the reason behind my earlier report (#3903 numbered c) about an inactive row added at the end of Listview.

Thanks again for all your hard work!
You designed the UI and height based on the old controls.
The new ListView has slightly different item heights which causes non-integral height and thus causes a scroll when you click on the half visible 11 row.
Solution 1: use no manifest, thus VBCCR links to old comctl32 v 5.8
Solution 2. Use .ComputeControlSize to change your UI during Form_Load.