Click to See Complete Forum and Search --> : Q about list view control


sriky
February 7th, 2000, 01:23 PM
Does anyone have any idea about how a list view control works for 50000 records? I have an access database with 6 fields. Is there any alternative for list view contol?

Thanks

Johnny101
February 7th, 2000, 03:44 PM
The listview control that comes with VB6 is pretty slow with that many records. If you want something a little faster, I would suggest using a grid and making it read only. You can populate the grid cell by cell using the TextMatrix property to navigate through the collection. (using the FlexGrid).

Good luck,
John

John Pirkey
MCSD
www.ShallowWaterSystems.com