hi, my question is: is possible to create DataSource for listview just like it is possible for dataGrid control?

in example with ado data control i have:
Code:
Set gridData.DataSource = adoData.Recordset
and this puts lots of data in datagrid instantly

however if i want to put it in listview i read and write record by record and when i have 8000 rows it takes very long time