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
  #8
May 12th, 2008
No problem. I am using this code now and it seems to work fine for this purpose.
Thank you...

  1. Form2::VerticalScroll->Value = 0;

Originally Posted by Duoas View Post
Ed is close. Jennifer is using C++Builder.

You can set
Form2::VertScrollBar->Position = 0;

My apologies on ClientOrigin. I just looked it up and it is a read-only property. Alas.

Keep in mind my capitalization might be a little off.

I admire your tenacity and efforts, but either your documentation really stinks or you still need to work on searching it. (I just got BDS 2006 and it's documentation really stinks.)

Hope this helps.
Reply With Quote