NSTableViewDelegate.ShouldShowCellExpansion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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