|
|
@ -33,6 +33,7 @@
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
<ScrollView Grid.Row="1" VerticalScrollBarVisibility="Always">
|
|
|
|
<ScrollView Grid.Row="1" VerticalScrollBarVisibility="Always">
|
|
|
|
|
|
|
|
<<<<<<< HEAD
|
|
|
|
<VerticalStackLayout Spacing="10">
|
|
|
|
<VerticalStackLayout Spacing="10">
|
|
|
|
|
|
|
|
|
|
|
|
<Grid Margin="20,0,20,0" ColumnDefinitions="*,*,300,300">
|
|
|
|
<Grid Margin="20,0,20,0" ColumnDefinitions="*,*,300,300">
|
|
|
@ -44,6 +45,26 @@
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
<VerticalStackLayout BindableLayout.ItemsSource="{Binding ListeOeuvreEnVisionnage}" Spacing="10">
|
|
|
|
|
|
|
|
<BindableLayout.ItemTemplate>
|
|
|
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
|
|
|
<Grid Margin="20,0,20,0" ColumnDefinitions="*,*,300,300">
|
|
|
|
|
|
|
|
<ImageButton Grid.Column="0" Source="{Binding Affiche}" BackgroundColor="#FFFFFF" WidthRequest="100" HeightRequest="100" HorizontalOptions="Start"/>
|
|
|
|
|
|
|
|
<Label Grid.Column="1" Text="Test Titre" FontSize="Medium" VerticalOptions="Center" Margin="15"/>
|
|
|
|
|
|
|
|
<Label Grid.Column="2" Text="4/5" VerticalOptions="Center" HorizontalOptions="Center"/>
|
|
|
|
|
|
|
|
<Label Grid.Column="3" Text="10/85" VerticalOptions="Center" HorizontalOptions="End"/>
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
</DataTemplate>
|
|
|
|
|
|
|
|
</BindableLayout.ItemTemplate>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</VerticalStackLayout>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<Grid x:Name="grille"
|
|
|
|
|
|
|
|
Margin="20,0,20,0" ColumnDefinitions="*,*,300,300">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</Grid>-->
|
|
|
|
|
|
|
|
>>>>>>> 5ff49db92d0e603606c630e81dea03593ebab802
|
|
|
|
</ScrollView>
|
|
|
|
</ScrollView>
|
|
|
|
</Grid>
|
|
|
|
</Grid>
|
|
|
|
</Frame>
|
|
|
|
</Frame>
|
|
|
|