Ill give that a try, after dinner.
thanks.
just to clarify a bit, the NSOutlineView is bound to an NSTreeController, which reloads itself every-time the data changes. (the data is the NSHTTPCookiesStorage, which changes often)
when the NSOutline view does reload, it reloads with the last selectedObject focused, I would like it to reload to where the view was - regardless of where the last selectedObject is inside the NSOutlineView.
I hope that makes some kind of sense....