Virtual ListView

  • Thread starter Thread starter Zachary Turner
  • Start date Start date
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
 
Back
Top