Skip navigation.
 
mlRe: [NSOutlineView] How to know an item is expanded if its parent item is not?
FROM : j o a r
DATE : Sun Mar 02 00:42:19 2008

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

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