I'd like to add the following to my project: 2 buttons one above and one below the ListView control in order to let someone scroll the ListView without the need of using the lateral bar. I'm actually achieving that through ListViewItem select and ensurevisible. Is there any more direct way to scroll the listview control? Thanks