Hi,
I have a listview in details view. The listview gets populated with ListViewItems pretty often on timer basis, and I would like to know how I can scroll to the bottom (to view the latest item added) each time an item is added.
Try setting the ActiveItem property to the last item added.