There are 50 rows in my Grid Layout so to set the row height of each row I have to add <RowDefinition Height="Auto"/>
50 times so is there any way to reduce the redundancy. I have tried to use <RowDefinitionCollection/>
but for this the default height is "*" .
↧
Set the Row height to Auto for RowDefinitionCollection in Xamarin
↧