Reputation: 3432
I'm fairly new to MonoMac and I am trying to figure out if the NSTableCellView
class (shown here) is available in MonoMac?
I see there is an NSTableViewCell
class in MonoMac, but that seems to be completely different.
Thanks for any help with this.
Upvotes: 0
Views: 177
Reputation: 3048
The class in question is not currently part of the available Mono APIs. You may be able to get access to this type by creating a binding to the underlying Objective-C API.
Upvotes: 1