Sorting an NSOutlineView
Sorting an NSOutlineView
- Subject: Sorting an NSOutlineView
- From: email@hidden (Simon Fraser)
- Date: Mon, 3 Feb 2003 22:01:13 -0800
Is there a trick to get [tableView:didClickTableColum:] to be called on
the delegate
of an NSOutlineView, so that I can implement sorting? This works fine
for
an NSTableView, but not for an NSOutlineView.
The only thing I can think of is to implement [outlineView:
shouldSelectTableColumn:]
in the delegate, but this is called before the click, not after.
Simon
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.