Search code examples
monomac

NSTableCellView in MonoMac


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.


Solution

  • 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.