NSBrowserDelegate.ShouldSizeColumn(NSBrowser, nint, Boolean, nfloat) Method

Definition

[Foundation.Export("browser:shouldSizeColumn:forUserResize:toWidth:")]
public virtual nfloat ShouldSizeColumn (AppKit.NSBrowser browser, nint columnIndex, bool userResize, nfloat suggestedWidth);
abstract member ShouldSizeColumn : AppKit.NSBrowser * nint * bool * nfloat -> nfloat
override this.ShouldSizeColumn : AppKit.NSBrowser * nint * bool * nfloat -> nfloat

Parameters

browser
NSBrowser
columnIndex
System.System.IntPtr System.nativeint
userResize
Boolean
suggestedWidth
nfloat

Returns

Attributes

Applies to