NSOutlineView and setOutlineTableColumn
NSOutlineView and setOutlineTableColumn
- Subject: NSOutlineView and setOutlineTableColumn
- From: Steve Gehrman <email@hidden>
- Date: Sun, 3 Mar 2002 22:13:56 -0800
I would like to be able to turn on and off the table column in which
hierarchical data is displayed in an NSOutlineView. I tried
[outlineView setOutlineTableColumn:nil], but that just crashes.
Anyone successfully done this?
I could remove the NSOutlineView and replace it with an NSTableView, but
that would require me to change my view controller to handle both a
table or an outline. I would like to avoid this.
-steve
_______________________________________________
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.