I apologize for the vagueness of my question. To be more specific, here is what I am trying to accomplish. I am reading in a Loan Amount, Interest rate and a term of a loan through inputboxes. Using a for loop, I am filling a Datagridview with the following information: Payment #, Amount towards Principle from Payment, Amount towards Interest from the Payment, and the Balance after this payment has been credited. In total there are 360 rows of information for this particular loan. I need to scroll these 360 rows to an arbitrary number, pause the scrolling, and then scroll again, pause, and scroll again. I hope that is specific enough, but I can add more detail if needed.