Hi,
I have this definition:
....
The MainGrid.RowDefinitions[1].Height is *
How can I set the height of the Row from CodeBehind?
The code should be:
MainGrid.RowDefinitions[1].Height = new GridLength(??, GridUnitType.Star);
but where there is "??" what is the correct value?
Thanks.

Akhil GargPosted May 20, 2015, 3:33 PM
Roberto SalemiPosted May 20, 2015, 12:05 PM