Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.View System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<T> The type of elements in the grid. List interface with overloads for adding elements to a grid. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void The view to add. The column to add the view to. The row to add the view to. Adds a view to the List at the specified location with a RowSpan and HeightSpan of 1. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void The view to add. The left edge of the column span. Must be greater than 0. The right edge of the column span. Must be greater than left. The top edge of the row span. Must be greater than 0. The bottom edge of the row span. Must be greater than top. Adds a view to the List at the specified row and column spans. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void The views to add. Add a collection views to the List such that they are horizontally stacked to the right of the current contents of the Grid. The final span of each view is defined to be the height of the grid at the add time, and one column wide at the end of the current arrangement. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void The view to add. Add a view to the List such that it is horizontally stacked to the right of the current contents of the Grid. The final span of the view is defined to be the height of the grid at the add time, and one column wide at the end of the current arrangement. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void The views to add. Add a collection views to the List such that they are vertically stacked below the current contents of the Grid. The final span of each view is defined to be the width of the grid at the add time, and one row tall at the end of the current arrangement. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void The view to add. Add a view to the List such that it is vertically stacked below the current contents of the Grid. The final span of the view is defined to be the width of the grid at the add time, and one row tall at the end of the current arrangement.