NSBrowserDelegate_Extensions.ShouldSizeColumn 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.
public static nfloat ShouldSizeColumn (this AppKit.INSBrowserDelegate This, AppKit.NSBrowser browser, nint columnIndex, bool userResize, nfloat suggestedWidth);
static member ShouldSizeColumn : AppKit.INSBrowserDelegate * AppKit.NSBrowser * nint * bool * nfloat -> nfloat
Parameters
- This
- INSBrowserDelegate
- browser
- NSBrowser
- columnIndex
- System.System.IntPtr System.nativeint
- userResize
- Boolean
- suggestedWidth
- nfloat