NSTableViewDelegate.ShouldShowCellExpansion Method

Definition

[Foundation.Export("tableView:shouldShowCellExpansionForTableColumn:row:")]
public virtual bool ShouldShowCellExpansion (AppKit.NSTableView tableView, AppKit.NSTableColumn tableColumn, nint row);
abstract member ShouldShowCellExpansion : AppKit.NSTableView * AppKit.NSTableColumn * nint -> bool
override this.ShouldShowCellExpansion : AppKit.NSTableView * AppKit.NSTableColumn * nint -> bool

Parameters

tableView
NSTableView
tableColumn
NSTableColumn
row
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to