Share via


NSBrowserDelegate_Extensions.ShouldSizeColumn Method

Definition

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Runtime.InteropServices.NFloat ShouldSizeColumn(this AppKit.INSBrowserDelegate This, AppKit.NSBrowser browser, IntPtr columnIndex, bool userResize, System.Runtime.InteropServices.NFloat suggestedWidth);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldSizeColumn : AppKit.INSBrowserDelegate * AppKit.NSBrowser * nativeint * bool * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat

Parameters

browser
NSBrowser
columnIndex
IntPtr

nativeint

userResize
Boolean
suggestedWidth
NFloat

Returns

Attributes

Applies to