Hi,
I'm filling a ListView control with data of a filled DataTable. I have
to create and add any row. When many rows are at the DataTable it takes
a lot of time to fill the ListLiew control.
At a DataGrid it's much better there is a DataSource property it binds the data very quickly to the control.
My question now is how I can bind the table data to the ListView
control in a quicker way maybe like in a DataGrid Is there any quicker
way

Quick ListView filling