Re: Find a frame of an item in an NSOutlineView?
Re: Find a frame of an item in an NSOutlineView?
- Subject: Re: Find a frame of an item in an NSOutlineView?
- From: Quincey Morris <email@hidden>
- Date: Thu, 18 Aug 2011 12:54:37 -0700
On Aug 18, 2011, at 12:47 , James Walker wrote:
> Is there a way to find the frame rectangle of an item/row in an NSOutlineView?
>
> Looking through the table of contents of the NSOutlineView reference, I saw
>
> Getting the Frame for a Cell
> – frameOfOutlineCellAtRow:
>
> which sounded like what I wanted, but it turns out that it just gets the frame of the little expand/collapse widget, if any, not the whole row.
'frameOfCellAtColumn:row:', 'rectOfColumn:', 'rectOfRow:'?
(Don't forget NSOutlineView is a subclass of NSTableView.)
_______________________________________________
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