Question about locking the first column of an NSTableView
Question about locking the first column of an NSTableView
- Subject: Question about locking the first column of an NSTableView
- From: Chas Spillar <email@hidden>
- Date: Wed, 16 Nov 2005 10:58:43 -0800
- Thread-topic: Question about locking the first column of an NSTableView
Hello,
I have an NSTableView which is using the class ImageAndTextCell from the
Apple sample code. I would like to allow reordering of the columns except
for the first column which I would like to stay fixed in the first position.
The only ways I have figured this could be done are the following:
- Make the NSTableView a NSOutlineView without any hierarchy (e.g. No
children).
- Make a second NSTableView for just the first column.
Is there any other easier way to get a NSTableView do do what I want?
Chas.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden