I am trying to use this code to programatically scroll the Form2 to the top but this does not work. I think I missing something ?
Form2::VerticalScroll->Maximum;
Originally Posted by
Duoas
Yep.
You can set the form's ClientOrigin property (which is a tPoint)
or
You can set the position property of the form's HorzScrollBar and/or VertScrollBar.
Have fun!
Last edited by Jennifer84; May 12th, 2008 at 10:11 am.