In the application that I am building I have a log window that contains a listview control. This listview control has two columns, a time stamp column and log description column. When an event happens it is added to the listview. The problem is that when about 15+ events happen they start being hidden since the control does not go that far. Is there a way to add an item to the listview control and then have the listview control scroll down to the bottom so that that entry is visible.
Thanks