Re: Set view in bottom right corner of NSTableView
Re: Set view in bottom right corner of NSTableView
- Subject: Re: Set view in bottom right corner of NSTableView
- From: "Kyle Sluder" <email@hidden>
- Date: Fri, 16 May 2008 13:15:45 -0400
On Fri, May 16, 2008 at 10:49 AM, Stéphane <email@hidden> wrote:
> This might not be that easily possible as the positions of the views inside
> the scrollview are recomputed quite often and your bottom corner view would
> be ignored by this code. So this would require subclassing some code in
> NSScrollView. Not impossible but not easy and this part of the AppKit does
> not work the same way between OS versions.
Actually, it's not that hard. Subclass NSScrollView and override -tile.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden