NSTableView and selectRowIndexes
NSTableView and selectRowIndexes
- Subject: NSTableView and selectRowIndexes
- From: Julien Palmas <email@hidden>
- Date: Wed, 30 Mar 2005 13:39:23 +0900
I get a strange behavior using an NSTableView and
selectRowIndexes.
It is said in the documentation that you should be able to set programatically a multiple selection in a NSTableView even if in IB, you did not allow it.
That is exactly what I want. I don't want to let the user select several rows, but I would like to be able to do it programatically.
But, when I use selectRowIndexes, I get only the last indexed row selected. If in IB, I allow multiple selection for the tableView, then I get all the rows in my index selected.
Any thoughts ?
_______________________________________________
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