Grid.AddRowDefinition(RowDefinition) 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.
Adds a RowDefinition to the RowDefinitions collection.
public:
void AddRowDefinition(Microsoft::Maui::Controls::RowDefinition ^ gridRowDefinition);
public void AddRowDefinition(Microsoft.Maui.Controls.RowDefinition gridRowDefinition);
member this.AddRowDefinition : Microsoft.Maui.Controls.RowDefinition -> unit
Public Sub AddRowDefinition (gridRowDefinition As RowDefinition)
Parameters
- gridRowDefinition
- RowDefinition
The row definition to add.
Exceptions
Thrown if gridRowDefinition is null.