mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 07:26:09 +00:00 
			
		
		
		
	Tests
This commit is contained in:
		
							parent
							
								
									0d85424bc5
								
							
						
					
					
						commit
						a2fefaedb5
					
				
					 1 changed files with 8 additions and 11 deletions
				
			
		|  | @ -35,26 +35,23 @@ | |||
|         </ResourceDictionary> | ||||
|     </Shell.Resources> | ||||
|     <Shell.FlyoutHeader> | ||||
|         <StackLayout> | ||||
|         <!--<StackLayout> | ||||
|             <Label Text="{Binding HeaderTitle}" /> | ||||
|             <Label Text="{Binding CurrentItem.CurrentItem.CurrentItem.Route}" /> | ||||
|             <Label Text="{Binding CurrentItem.CurrentItem.CurrentItem.Content.BindingContext.Item.Title}" /> | ||||
|             <Label Text="{Binding Main.CurrentItem.Item.Name}" /> | ||||
|             <!--<CollectionView IsVisible="{Binding Main.CurrentItem.Filter, Converter={StaticResource NullToFalseConverter}}" ItemsSource="{Binding Main.CurrentItem.Filter.Filters}" > | ||||
|             <Label Text="{Binding Main.CurrentItem.Item.Name}" />--> | ||||
|             <!--<CollectionView IsVisible="{Binding Main.CurrentItem.Filter, Converter={StaticResource NullToFalseConverter}}" ItemsSource="{Binding Main.CurrentItem.Filter.Filters}" >--> | ||||
|         <CollectionView IsVisible="{Binding Main.CurrentItem.Filter, Converter={StaticResource NullToFalseConverter}}" ItemsSource="{Binding Main.CurrentItem.Filter.Filters}" HeightRequest="100"> | ||||
|                 <CollectionView.ItemTemplate> | ||||
|                     <DataTemplate> | ||||
|                         <ViewCell> | ||||
|                             <ViewCell.View> | ||||
|                                 <StackLayout Margin="10,5,10,0" Padding="0" Spacing="0"> | ||||
|                                     <Label BindingContext="{Binding}" Text="{Binding Name}" Style="{StaticResource Key=heading3}" /> | ||||
|                                     <Picker HorizontalOptions="FillAndExpand" ItemsSource="{Binding KeyValues, Mode=OneWay}" ItemDisplayBinding="{Binding Value, Mode=OneWay}" SelectedIndex="{Binding Index, Mode=TwoWay}" /> | ||||
|                                 </StackLayout> | ||||
|                             </ViewCell.View> | ||||
|                         </ViewCell> | ||||
|                     </DataTemplate> | ||||
|                 </CollectionView.ItemTemplate> | ||||
|             </CollectionView>--> | ||||
|             <ListView BackgroundColor="Red" IsVisible="{Binding Main.CurrentItem.Filter, Converter={StaticResource NullToFalseConverter}}"  SelectionMode="None" ItemsSource="{Binding Main.CurrentItem.Filter.Filters}" HasUnevenRows="True" RowHeight="-1" SeparatorVisibility="None" IsPullToRefreshEnabled="False" HorizontalOptions="FillAndExpand" VerticalOptions="Start"> | ||||
|             </CollectionView> | ||||
|             <!--<ListView BackgroundColor="Red" IsVisible="{Binding Main.CurrentItem.Filter, Converter={StaticResource NullToFalseConverter}}"  SelectionMode="None" ItemsSource="{Binding Main.CurrentItem.Filter.Filters}" HasUnevenRows="True" RowHeight="-1" SeparatorVisibility="None" IsPullToRefreshEnabled="False" HorizontalOptions="FillAndExpand" VerticalOptions="Start"> | ||||
|                 <ListView.ItemTemplate> | ||||
|                     <DataTemplate> | ||||
|                         <ViewCell> | ||||
|  | @ -67,8 +64,8 @@ | |||
|                         </ViewCell> | ||||
|                     </DataTemplate> | ||||
|                 </ListView.ItemTemplate> | ||||
|             </ListView> | ||||
|         </StackLayout> | ||||
|             </ListView>--> | ||||
|         <!--</StackLayout>--> | ||||
|     </Shell.FlyoutHeader> | ||||
| 
 | ||||
|     <FlyoutItem Title="Accueil"> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez