Virtual ListView

Z

Zachary Turner

Is it possible to do a Virtual ListView with .NET Framework 1.1? i.e. an
Owner Data listview, where I store the data, and it fires events when it
needs to draw a particular item? I basically want to have a listview that
displays Items from a database, so obviously I don't want to load in the
whole database at the beginning and then store the whole thing inside the
listview. I am hoping the listview can just fire events and I can query my
database every time.

Zach
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top