Re: reordering NSTableView elements
Re: reordering NSTableView elements
- Subject: Re: reordering NSTableView elements
- From: James Bucanek <email@hidden>
- Date: Thu, 26 May 2005 12:18:39 -0700
Pierre Chatel wrote on Thursday, May 26, 2005:
>Just before starting implementation i wanted to ask this: in order to
>allow users re-ordering rows of a table view (like you'll do with
>safari bookmarks for instance), do i have to implement standard
>drag&drop methods and limit them to the NSTableView instance or
>should i use an other mecanism ?
You simply call setAllowsColumnReordering:YES (or set the property in Interface Builder) and let the NSTableView take care of the rest.
--
James Bucanek <mailto:email@hidden>
_______________________________________________
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