How can I programmatically select one of the items in an NSMatrix? I believe it is an NSControl so I was looking in that particular documentation, however I could not find any information on the specific topic.

有帮助吗?

解决方案

What about

-(void)selectCellAtRow:(NSInteger)row column:(NSInteger)column

in NSMatrix?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top