Re: NSOutlineView and setOutlineTableColumn
Re: NSOutlineView and setOutlineTableColumn
- Subject: Re: NSOutlineView and setOutlineTableColumn
- From: Chuck Pisula <email@hidden>
- Date: Mon, 4 Mar 2002 10:07:07 -0800
I tried this and it worked:
- make a table column that is small enough it is basically invisible.
- set this column as the outline table column.
- set the indentationPerLevel to 0.
-c
On Sunday, March 3, 2002, at 10:13 PM, Steve Gehrman wrote:
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.
_______________________________________________
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.