NSGridView.Create 方法

定义

重载

Create(NSView[])
Create(nint, nint)

Create(NSView[])

[Foundation.Export("gridViewWithViews:")]
public static AppKit.NSGridView Create (AppKit.NSView[] rows);
static member Create : AppKit.NSView[] -> AppKit.NSGridView

参数

rows
NSView[]

返回

属性

适用于

Create(nint, nint)

[Foundation.Export("gridViewWithNumberOfColumns:rows:")]
public static AppKit.NSGridView Create (nint columnCount, nint rowCount);
static member Create : nint * nint -> AppKit.NSGridView

参数

columnCount
System.System.IntPtr System.nativeint
rowCount
System.System.IntPtr System.nativeint

返回

属性

适用于