G
gene kelley
I had a VB6 app that used a third party ListView control to simply display various recordsets. The
control had a VirtualMode which I used for this display.
Now in VB2005, I want to do the same with the native ListView to display various datasets in
VirtualMode. I have a ListView with the VirtualListSize set and the appropriate columns in place
which is all similar to the old VB6 app. However, the similarities end there as I can't find any
example in Help, Google or MSDN on how to populate a VirtualMode ListView in VB2005. How is this
accomplished?
Thanks,
Gene
control had a VirtualMode which I used for this display.
Now in VB2005, I want to do the same with the native ListView to display various datasets in
VirtualMode. I have a ListView with the VirtualListSize set and the appropriate columns in place
which is all similar to the old VB6 app. However, the similarities end there as I can't find any
example in Help, Google or MSDN on how to populate a VirtualMode ListView in VB2005. How is this
accomplished?
Thanks,
Gene