Grid
ColumnDefinitionsProperty
ColumnProperty
ColumnSpacingProperty
ColumnSpanProperty
RowDefinitionsProperty
RowProperty
RowSpacingProperty
RowSpanProperty
Grid()
ColumnDefinitions
ColumnSpacing
RowDefinitions
RowSpacing
AddColumnDefinition(ColumnDefinition)
AddRowDefinition(RowDefinition)
CreateLayoutManager()
GetColumn(BindableObject)
GetColumn(IView)
GetColumnSpan(BindableObject)
GetColumnSpan(IView)
GetRow(BindableObject)
GetRow(IView)
GetRowSpan(BindableObject)
GetRowSpan(IView)
InvalidateMeasure()
OnAdd(Int32, IView)
OnBindingContextChanged()
OnClear()
OnInsert(Int32, IView)
OnRemove(Int32, IView)
OnUpdate(Int32, IView, IView)
SetColumn(BindableObject, Int32)
SetColumn(IView, Int32)
SetColumnSpan(BindableObject, Int32)
SetColumnSpan(IView, Int32)
SetRow(BindableObject, Int32)
SetRow(IView, Int32)
SetRowSpan(BindableObject, Int32)
SetRowSpan(IView, Int32)
Add(Grid, IView, Int32, Int32)
net7.0
namespace Microsoft.Maui.Controls
{
public static class GridExtensions
{
public static void Add(this Grid grid, IView view, int column = 0, int row = 0);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.0 |
Information specific to net7.0 | |
Assembly | Microsoft.Maui.Controls , Version=1.0.0.0, PublicKeyToken= |
Referencing | Requires all:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API