Hi.
Like the title say, I need bind the item selected in one NSOutlineView with another NSOutlineView.
I got a collection of objects that has another collection inside, I want to show the first collection in one NSOutlineView and his sub-collection in a separate NSOutlineView.
How con I do this?