View Single Post
Join Date: Feb 2008
Posts: 517
Reputation: Jennifer84 is an unknown quantity at this point 
Solved Threads: 1
Jennifer84 Jennifer84 is offline Offline
Posting Pro

Re: ScrollBar on Form

 
0
  #3
May 12th, 2008
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 ?

  1. Form2::VerticalScroll->Maximum;


Originally Posted by Duoas View Post
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.
Reply With Quote