Here is a thread pertaining to something similar which has a demo file (not sure if it works). Hope this helps you in the right direction.
http://www.eggheadcafe.com/community/aspnet/14/10043253/scrolling-in-a-listview.aspx
Object myItem = myList.Items[20]; myList.ScrollIntoView(myItem);
http://www.mvps.org/vbvision/_samples/Virtual_ListView_Demo.zip
halfevil
2010-10-14 15:29:21