NSGridView.Create 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.
Overloads
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
Parameters
- rows
- NSView[]
Returns
- Attributes
Applies to
Create(nint, nint)
[Foundation.Export("gridViewWithNumberOfColumns:rows:")]
public static AppKit.NSGridView Create (nint columnCount, nint rowCount);
static member Create : nint * nint -> AppKit.NSGridView
Parameters
- columnCount
- System.System.IntPtr System.nativeint
- rowCount
- System.System.IntPtr System.nativeint
Returns
- Attributes