Does anyone know how I capture a didClickTableColumn message from an NSOutlineView. I want to sort the NSOutlineView based on the column clicked just like in the Finder listview.
I read the post at cocoadev: http://www.cocoadev.com/index.pl?SortingTableViewByColumn but it seems as if this delegate function only applies to NSTableView and not NSOutlineView.
Any ideas?
/anders
I read the post at cocoadev: http://www.cocoadev.com/index.pl?SortingTableViewByColumn but it seems as if this delegate function only applies to NSTableView and not NSOutlineView.
Any ideas?
/anders