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
| Name | Description |
|---|---|
| Create(NSView[,]) | |
| Create(NSView[][]) | |
| Create(IntPtr, IntPtr) |
Create(NSView[,])
[Foundation.Export("gridViewWithViews:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSGridView Create(AppKit.NSView[,] rowsAndColumns);
[<Foundation.Export("gridViewWithViews:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AppKit.NSView[,] -> AppKit.NSGridView
Parameters
- rowsAndColumns
- NSView[,]
Returns
- Attributes
Applies to
Create(NSView[][])
[Foundation.Export("gridViewWithViews:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSGridView Create(AppKit.NSView[][] rowsAndColumns);
[<Foundation.Export("gridViewWithViews:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : AppKit.NSView[][] -> AppKit.NSGridView
Parameters
- rowsAndColumns
- NSView[][]
Returns
- Attributes
Applies to
Create(IntPtr, IntPtr)
[Foundation.Export("gridViewWithNumberOfColumns:rows:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSGridView Create(IntPtr columnCount, IntPtr rowCount);
[<Foundation.Export("gridViewWithNumberOfColumns:rows:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : nativeint * nativeint -> AppKit.NSGridView
Parameters
- columnCount
-
IntPtr
nativeint
- rowCount
-
IntPtr
nativeint
Returns
- Attributes