Add a Virtual ListView Mode

Summary

Id: 4089.5
Type: Issue Issue
Current Status: Open

Detail

25 Feb 2003 Open Charl Pohlmann (TPS)

One request though.Would it be posible to add Virtual functionality to the control? In other words, add 1 000 000 000 items to the control, but only realy have the control deal with the items displayed on the control.

Bryan Stafford from vbVision (http://www.mvps.org/vbvision/Sample_Projects.htm#Virtual_ListView_Demo) has a virtual listview control, but I've never used it because his control doesn't support the common properties and procedures used in the MS version. It just makes it easier to plug a control like yours, for instance, into an existing project using the MS control.

Or does your control already support this sort of functionality through the CustomDraw property?