Share via


NSOutlineViewDelegate.GetRowHeight(NSOutlineView, NSObject) Method

Definition

[Foundation.Export("outlineView:heightOfRowByItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat GetRowHeight(AppKit.NSOutlineView outlineView, Foundation.NSObject item);
[<Foundation.Export("outlineView:heightOfRowByItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetRowHeight : AppKit.NSOutlineView * Foundation.NSObject -> System.Runtime.InteropServices.NFloat
override this.GetRowHeight : AppKit.NSOutlineView * Foundation.NSObject -> System.Runtime.InteropServices.NFloat

Parameters

outlineView
NSOutlineView
item
NSObject

Returns

Implements

Attributes

Applies to