I been checking into the idea of a virtual listview. This means, no items are
actually stored in the listview. It's more or less a container which draws
the items based a source of data.

An example can be found on
http://www.windowsforms.com/ControlGallery/ControlDetail.aspx?Control=214&tabindex=9

Thus, the ListView Item comparer / listview item sorter method will not work
to sort when you click a column.

any ideas?

Re: Possible to sort a virtual listview? by Alejandro

Alejandro
Fri Mar 25 18:21:55 CST 2005

That is right, you will do the sorting.

Best Regards,
Alejandro Lapeyre

"ReMEn" <ReMEn@discussions.microsoft.com> escribió en el mensaje
news:3817BF43-883B-4497-A881-E41E7566CC46@microsoft.com...
>I been checking into the idea of a virtual listview. This means, no items
>are
> actually stored in the listview. It's more or less a container which draws
> the items based a source of data.
>
> An example can be found on:
> http://www.windowsforms.com/ControlGallery/ControlDetail.aspx?Control=214&tabindex=9
>
> Thus, the ListView Item comparer / listview item sorter method will not
> work
> to sort when you click a column.
>
> any ideas?