NSBrowserDelegate.RowHeight(NSBrowser, IntPtr, IntPtr) 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("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