Skip navigation.
 
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not?
FROM : John Stiles
DATE : Sun Mar 02 03:01:30 2008

Unless Stephane plans on manually tracking the expanded items himself, I
don't see how this answers his original question—and I think it's a
valid question, too.


j o a r wrote:
>
> On Mar 2, 2008, at 12:02 AM, Stéphane Sudre wrote:
>

>> An I missing something and is there a way to know which items are
>> expanded (either visible or not)?

>
>
> How about NSOutlineViewItemWillExpandNotification &
> NSOutlineViewItemWillCollapseNotification, and the associated delegate
> methods?
>
> j o a r
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> 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:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>

Related mailsAuthorDate
ml[NSOutlineView] How to know an item is expanded if its parent item is not? Stéphane Sudre Mar 2, 00:02
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not? j o a r Mar 2, 00:42
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not? John Stiles Mar 2, 03:01
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not? Seth Willits Mar 2, 05:24
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not? Stéphane Sudre Mar 2, 16:23
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not? Jonathan Dann Mar 2, 17:50