I had a need to create code that would scroll a listview without using scrollbars. I figured out a way to use use command buttons to accomplish this task. There are three (3) modes to scroll the listview: Individual Icons, Page of Icons, and Goto the first/last icon. The attached project will explain the concept. You need to have two listviews on the form one that has scroll bars and one that doesn't (.FlatScrollBar = True). Hide the listview with the scrollbars behind the one without by using the .ZOrder property. Make sure that they are both visible.
Regards,
Mark
Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."