Före start av införande av Community Toolkit MVVM
This commit is contained in:
@ -62,7 +62,7 @@ public partial class RoundRunningView : ContentPage
|
|||||||
var value = column.Values[rowIndex];
|
var value = column.Values[rowIndex];
|
||||||
var cell = CreateCell(value);
|
var cell = CreateCell(value);
|
||||||
ScoreGrid.Children.Add(cell);
|
ScoreGrid.Children.Add(cell);
|
||||||
Grid.SetRow(cell, rowIndex + 1); // +1 f<>r att hoppa <20>ver rubrikraden
|
Grid.SetRow(cell, column.Values.Count - rowIndex); // +1 f<>r att hoppa <20>ver rubrikraden
|
||||||
Grid.SetColumn(cell, colIndex);
|
Grid.SetColumn(cell, colIndex);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user