|
|
|
@ -16,5 +16,22 @@
|
|
|
|
|
<Button Text="Pari" Grid.Column="2"/>
|
|
|
|
|
<Button Text="Information" Grid.Column="3" BackgroundColor="Grey"/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<StackLayout HorizontalOptions="Start" MinimumWidthRequest="1000" MinimumHeightRequest="1000" Margin="200,20,0,0" >
|
|
|
|
|
|
|
|
|
|
<TableView RowHeight="70">
|
|
|
|
|
<TableRoot >
|
|
|
|
|
<TableSection Title="Informations">
|
|
|
|
|
<TextCell Text="Nom de l'événement" Detail ="Nom"/>
|
|
|
|
|
<TextCell Text="Date de l'événement" Detail ="Date"/>
|
|
|
|
|
<TextCell Text="Nombres d'invité" Detail ="Nombre"/>
|
|
|
|
|
<TextCell Text="Nombres de paris" Detail ="Nombre"/>
|
|
|
|
|
<TextCell Text="Adresse" Detail ="Adresse"/>
|
|
|
|
|
<TextCell Text="Horaire" Detail ="Horaire"/>
|
|
|
|
|
</TableSection>
|
|
|
|
|
</TableRoot>
|
|
|
|
|
</TableView>
|
|
|
|
|
</StackLayout>
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
</ContentView>
|
|
|
|
|