I am trying to view a form with it scrolled to the top when it comes into view, I have tried this

Code:
Form3.ScrollControlIntoView(Form3.Label34)
With no luck, at the moment when the form is viewed it is in the same position as last time it was visible which is not what I want to happen.

Is this possible