Share via


NSBrowserDelegate.RowHeight(NSBrowser, IntPtr, IntPtr) Method

Definition

[Foundation.Export("browser:heightOfRow:inColumn:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat RowHeight(AppKit.NSBrowser browser, IntPtr row, IntPtr columnIndex);
[<Foundation.Export("browser:heightOfRow:inColumn:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RowHeight : AppKit.NSBrowser * nativeint * nativeint -> System.Runtime.InteropServices.NFloat
override this.RowHeight : AppKit.NSBrowser * nativeint * nativeint -> System.Runtime.InteropServices.NFloat

Parameters

browser
NSBrowser
row
IntPtr

nativeint

columnIndex
IntPtr

nativeint

Returns

Implements

Attributes

Applies to