|
|
|
@ -22,9 +22,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<SearchBar Placeholder="Rechercher"
|
|
|
|
|
BackgroundColor="White"
|
|
|
|
|
TextColor="Black"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
BackgroundColor="White"
|
|
|
|
|
TextColor="Black"
|
|
|
|
|
HorizontalOptions="Center"
|
|
|
|
|
TextChanged="SearchBar_TextChanged"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<Label
|
|
|
|
@ -36,7 +37,7 @@
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<Grid>
|
|
|
|
|
<CollectionView ItemsSource="{Binding ListJeux}" Margin="0,10,0,0" VerticalScrollBarVisibility="Never">
|
|
|
|
|
<CollectionView ItemsSource="{Binding ListJeux}" Margin="0,10,0,0" VerticalScrollBarVisibility="Never" x:Name="searchResults">
|
|
|
|
|
<CollectionView.ItemTemplate>
|
|
|
|
|
<DataTemplate>
|
|
|
|
|
<Border HeightRequest="97.5" StrokeShape="RoundRectangle 5" VerticalOptions="Start" HorizontalOptions="Center">
|
|
|
|
|