Keith Maurino
Keith Maurino

Reputation: 3432

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.

Upvotes: 0

Views: 177

Answers (1)

kdmurray
kdmurray

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

Related Questions