A apffal macrumors newbie Original poster Oct 6, 2008 #1 Using a NSTableView, how can I select one single row ? Thanks.
robbieduncan Moderator emeritus 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.