Selecting Item of NSMatrix programmatically

笑着哭i 提交于 2019-12-12 05:32:01

问题


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.


回答1:


What about

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

in NSMatrix?



来源:https://stackoverflow.com/questions/11537973/selecting-item-of-nsmatrix-programmatically

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!