Private Sub VScrollBar1_Scroll(sender As Object, e As ScrollEventArgs) Handles VScrollBar1.Scroll Proom.Top = (e.NewValue * 30) * -1 End Sub