Re: ScrollBar Position
Re: ScrollBar Position
- Subject: Re: ScrollBar Position
- From: Gregory Weston <email@hidden>
- Date: Tue, 12 Apr 2005 07:42:38 -0400
On Apr 11, 2005, at 8:47 PM, Adam wrote:
I would like to be able to tell if the scrollbar of an NSTExtView is
all the way at the bottom. Any ideas?
Not as obvious/direct as one might hope, but I believe you want to be
looking at the documentation for NSClipView. In particular, I might
expect on a quick read that if documentRect and documentVisibleRect
return rectangles with the same bottom edge, you're at the bottom.
(Possibly this would just mean that documentVisibleRect has a minY of
0?)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden