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
{
[ContentProperty("Children")]
public class Grid : Layout, IContainer, IElement, IGridLayout, ILayout, IPadding, ISafeAreaView, ITransform, IView, ICollection<IView!>, IEnumerable<IView!>, IList<IView!>, IEnumerable
{
protected override ILayoutManager CreateLayoutManager();
}
}
.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