Re: Toggle row selection using checkbox
Re: Toggle row selection using checkbox
- Subject: Re: Toggle row selection using checkbox
- From: "Gary L. Wade" <email@hidden>
- Date: Wed, 04 Jul 2012 11:59:12 -0700
- Thread-topic: Toggle row selection using checkbox
You would just have another column with another property to bind or set to
if you want to use a check box. The selection provided by NSTableView is
different, and you'd ignore the other methods of marking a selection.
--
Gary L. Wade
http://www.garywade.com/
On 7/4/2012 11:47 AM, "Heizer, Charles" <email@hidden> wrote:
>Hello,
>I'm using a NSArrayController as the delegate and datasource for
>aNSTableView. In my table view I would like to use a checkbox in my first
>column to toggle the row selection.
>
>I have been searching thought the docs and I must be using the wrong
>terminology or something. Does anyone have an example on how to do this
>or what the right notification method I need to be using?
>
>Thanks,
>Charlie
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden