Re: Scroll position of a NSTextView
Re: Scroll position of a NSTextView
- Subject: Re: Scroll position of a NSTextView
- From: Andreas Mayer <email@hidden>
- Date: Wed, 3 Sep 2003 20:49:04 +0200
Am Mittwoch, 03.09.03 um 18:59 Uhr schrieb Philippe Robin:
How can I get the scroll-bar position os a NSTextView?
An NSTextView does not have a scroll bar. It's NSScrollView has:
float scrollerPosition = [[[textView superview] verticalScroller]
floatValue];
(typed in Mail.app - not tested)
Why do you need that value?
bye. Andreas.
_______________________________________________
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.