WPF - Grid - updating Row and Column number attached properties on child controls each time a new Ro
- by ig105
I have a WPF Grid with a XAML similar to this:
<Grid width=200 Height=200 >
<Grid.ColumnDefinitions >
<ColumnDefinition Width="1*" />
<ColumnDefinition Width="2*" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
…