NSBrowserDelegate.ShouldSizeColumn(NSBrowser, nint, Boolean, nfloat) Method
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: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
- browser
- NSBrowser
- columnIndex
- System.System.IntPtr System.nativeint
- userResize
- Boolean
- suggestedWidth
- nfloat
- Attributes