RowDefinitions class

Build 1501 on 14/Nov/2017  This topic last edited on: 22/Mar/2016, at 16:30

Description

Contains row definitions.

Members

RowDefinitionDefines horizontal zones.

Example

<Grid.RowDefinitions>

  <RowDefinition Height="Auto"/>

  <RowDefinition Height="*"/>

  <RowDefinition Height="Auto"/>

  <RowDefinition Height="Auto"/>

  <RowDefinition Height="Auto"/>

</Grid.RowDefinitions>