|
|
|
@ -12,35 +12,16 @@
|
|
|
|
|
<GridItemsLayout Orientation="Vertical" Span="4" HorizontalItemSpacing="15" VerticalItemSpacing="15"/>
|
|
|
|
|
</CollectionView.ItemsLayout>
|
|
|
|
|
<CollectionView.Header>
|
|
|
|
|
<Grid BackgroundColor="#72a3b3" Padding="10" ColumnSpacing="50" >
|
|
|
|
|
<Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="10*"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Grid.ColumnDefinitions >
|
|
|
|
|
<ColumnDefinition Width="20*"/>
|
|
|
|
|
<ColumnDefinition Width="25*"/>
|
|
|
|
|
<ColumnDefinition Width="10*"/>
|
|
|
|
|
<ColumnDefinition Width="10*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
<SearchBar Placeholder="Rechercher..." BackgroundColor="#bfe5ef" Grid.Column="0" x:Name="searchBar" />
|
|
|
|
|
|
|
|
|
|
<Frame Grid.Column="2" BackgroundColor="#bfe5ef" BorderColor="#bfe5ef" >
|
|
|
|
|
<Label Text="Filtrer" />
|
|
|
|
|
|
|
|
|
|
<FlyoutBase.ContextFlyout>
|
|
|
|
|
<MenuFlyout >
|
|
|
|
|
<MenuFlyoutItem x:Name="Logia" Text="Logia" />
|
|
|
|
|
</MenuFlyout>
|
|
|
|
|
</FlyoutBase.ContextFlyout>
|
|
|
|
|
|
|
|
|
|
<Grid ColumnDefinitions="200,*,100,10,100" BackgroundColor="#72a3b3" Padding="10">
|
|
|
|
|
<SearchBar x:Name="searchBar" Placeholder="Rechercher..." BackgroundColor="#bfe5ef" Grid.Column="0"/>
|
|
|
|
|
<Frame CornerRadius="20" BackgroundColor="#bfe5ef" BorderColor="#bfe5ef" Grid.Column="2">
|
|
|
|
|
<Label Text="Filtrer" HorizontalTextAlignment="Center" />
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Frame CornerRadius="20" BackgroundColor="#bfe5ef" BorderColor="#bfe5ef" Grid.Column="3">
|
|
|
|
|
<Frame CornerRadius="20" BackgroundColor="#bfe5ef" BorderColor="#bfe5ef" Grid.Column="4">
|
|
|
|
|
<Label Text="Trier" HorizontalTextAlignment="Center" />
|
|
|
|
|
</Frame>
|
|
|
|
|
|
|
|
|
|
</Grid>
|
|
|
|
|
</CollectionView.Header>
|
|
|
|
|
<CollectionView.ItemTemplate >
|
|
|
|
|