|
|
|
@ -30,9 +30,9 @@
|
|
|
|
|
<ViewCell>
|
|
|
|
|
<Frame CornerRadius="5" Padding="0" VerticalOptions="Start" Margin="20,0,20,10" >
|
|
|
|
|
<Grid ColumnDefinitions="auto,*,auto,auto,auto,auto">
|
|
|
|
|
<Label Grid.Column="0" Text="{Binding Place}" Margin="20,20,20,20" Style="{StaticResource TexteFrame}" />
|
|
|
|
|
<Label Grid.Column="0" Text="{Binding Place}" Margin="20,20,160,20" Style="{StaticResource TexteFrame}" />
|
|
|
|
|
<Label Grid.Column="1" Text="{Binding Joueur.Nom}" Margin="55,20,20,20" Style="{StaticResource TexteFrame}" />
|
|
|
|
|
<Label Grid.Column="2" Text="{Binding NbCoupMoyen}" Margin="55,20,20,20" Style="{StaticResource TexteFrame}" />
|
|
|
|
|
<Label Grid.Column="2" Text="{Binding NbCoupMoyen}" Margin="55,20,120,20" Style="{StaticResource TexteFrame}" />
|
|
|
|
|
<Label Grid.Column="3" Text="{Binding PartieGagnee}" Margin="55,20,100,20" Style="{StaticResource TexteFrame}" />
|
|
|
|
|
<Label Grid.Column="4" Text="{Binding PartiePerdue}" Margin="55,20,100,20" Style="{StaticResource TexteFrame}" />
|
|
|
|
|
<Label Grid.Column="5" Text="{Binding PartieEgalite}" Margin="55,20,100,20" Style="{StaticResource TexteFrame}" />
|
|
|
|
|