A apffal macrumors newbie Original poster Feb 10, 2008 24 0 Oct 6, 2008 #1 Using a NSTableView, how can I select one single row ? Thanks.
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate Oct 6, 2008 #2 The documentation is there for a reason. Just pass an NSIndexSet with a single index and NO for extendingSelection.
The documentation is there for a reason. Just pass an NSIndexSet with a single index and NO for extendingSelection.