Avoiding column sorting
Avoiding column sorting
- Subject: Avoiding column sorting
- From: Tackel <email@hidden>
- Date: Fri, 2 Jul 2004 16:14:56 +0200
Hi,
After some tests I got to avoid one column to short its items.
I allocated a NSSortDescriptor and set it as myColumn's
DescriptorPrototype
NSSortDescriptor * sortDescriptor = [NSSortDescriptor alloc] ;
[myColumn setSortDescriptorPrototype: sortDescriptor];
Is there any other way to do this?
Regards,
Tackel.
_______________________________________________
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.