.NET API Catalog
  • Browse
  • Search
  • Diff
  • Others
    Feature Usage Stats
    Version Source
  • .NET Upgrade Planner
  1. Catalog
  2. Microsoft.Maui.Controls
  3. Grid
  4. Add(Grid, IView, Int32, Int32)
  • 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:

  • You need to have the workload maui installed.

  • Your project needs to set <UseMaui>True</UseMaui>.

Platform Restrictions

This API is supported on all platforms.

  • Built-in API
  • Package-provided API
Search

03/18/2025
An error has occurred. This application may no longer respond until reloaded. Reload 🗙