Hi everyone, I'm new to this forum. My question is, I have a windows form with a panel set to autoscoll. No matter what position I try to set to scroll to it doesn't go there. Is there something I'm missing? Sorry if this is a basic question, I'm fairly new to coding. My code is....
Code:
        Panel1.AutoScroll = True
        Panel1.AutoScrollPosition = New Point(Panel1.AutoScrollPosition.Y, -977)