Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to scroll listview items programmatically

Tags:

I have a listview control on my WinForms application.

here, on click of separate button, i do change couple of listview items backcolor and reload the whole grid as there are certain changes into database so, reloading from database on each click of button.

Now, problem is, once the grid is reloaded then lastly added items are scrolled so, need to scroll all items and find so, it makes hard to end user.

Is there any way to ,scroll the lastly added items or updated items into listview automatically (I mean, programmatically so, it could be view to user directly without being manually scrolled).