0
我需要在NSTableCellView中調用ImageView的catch動作。NSTableCellView圖像查看動作
我已接受觸摸事件屬性爲true,但沒有結果
PatientTableView.AcceptsTouchEvents = true;
我需要在NSTableCellView中調用ImageView的catch動作。NSTableCellView圖像查看動作
我已接受觸摸事件屬性爲true,但沒有結果
PatientTableView.AcceptsTouchEvents = true;
圖像視圖不支持點擊操作(爲此使用NSButton)。
它確實支持用戶拖動圖像時的操作(如果imageview設置爲可編輯)。從未使用過這個想法。我從不在xcode中使用動作。但總是在c#中訂閱控件上的事件。對於默認操作,這是Activated事件。