Share via


NSBrowserDelegate.ShouldSizeColumn(NSBrowser, IntPtr, Boolean, NFloat) Method

Definition

[Foundation.Export("browser:shouldSizeColumn:forUserResize:toWidth:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Runtime.InteropServices.NFloat ShouldSizeColumn(AppKit.NSBrowser browser, IntPtr columnIndex, bool userResize, System.Runtime.InteropServices.NFloat suggestedWidth);
[<Foundation.Export("browser:shouldSizeColumn:forUserResize:toWidth:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldSizeColumn : AppKit.NSBrowser * nativeint * bool * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
override this.ShouldSizeColumn : AppKit.NSBrowser * nativeint * bool * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat

Parameters

browser
NSBrowser
columnIndex
IntPtr

nativeint

userResize
Boolean
suggestedWidth
NFloat

Returns

Implements

Attributes

Applies to