Programmatically scrolling
Programmatically scrolling
- Subject: Programmatically scrolling
- From: Jeffrey Mattox <email@hidden>
- Date: Tue, 25 Mar 2003 03:55:42 -0600
I want to move a scroll bar programmatically. I can get the scroller
object, and I can set its value, but nothing happens. How do I cause
it to display the updated scroll view after doing this:
[[theScrollView verticalScroller] setIntValue:1];
Jeff
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.