0

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.

Keith Maurino
  • 3,374
  • 10
  • 40
  • 48

1 Answers1

1

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.

kdmurray
  • 2,988
  • 3
  • 32
  • 47