basically i want to bind a specific row to a grid in the .cs files is it possible ??
Here is the schematics
<Grid x:Name="grid1">
<Grid.RowDefinition>
<RowDefinition Height="Auto" />
<RowDefinition Height="Auto" /><!-- want to bind this row to a grid made in c# -->
<RowDefinition Height="Auto" />
</Grid.RowDefinition>
</Grid>