Dynamic ListView in .NET? I've got a question for all you .NET gurus out there: is there any way to, instead of populating a ListView with say 10,000 items, simply tell it that there is a total of 10,000 items (so the scrollbar can be initialized properly), and then catch some kind of event (like ListView.OnShowItem(int itemNum)) that I can use to dynamically set... (106 words, 15 Comments)