I was trying to show the end of the listview whenever a new item is added but I couldn't figure it out. I could select the item by setting the ListviewItem selected property to true, and then Listview.Selected() but it does not bring the item into view. Help Pls.
I have tried it with a listbox and it was just a matter of using the SelectedIndex property. Listview seems different.
