blocage
This commit is contained in:
		@@ -33,25 +33,13 @@
 | 
			
		||||
                <ColumnDefinition />
 | 
			
		||||
            </Grid.ColumnDefinitions>
 | 
			
		||||
 | 
			
		||||
            <DockPanel>
 | 
			
		||||
                <ItemsControl x:Name="RepasMatin">
 | 
			
		||||
                    <!-- Set the Template for each row to a TextBlock and another ItemsControl -->
 | 
			
		||||
                    <ItemsControl.ItemTemplate>
 | 
			
		||||
                        <DataTemplate DataType="classes:C_T_plat">
 | 
			
		||||
                            <control:Plat ></control:Plat>
 | 
			
		||||
                        </DataTemplate>
 | 
			
		||||
                    </ItemsControl.ItemTemplate>
 | 
			
		||||
                </ItemsControl>
 | 
			
		||||
               <!-- <ListView x:Name="RepasMatin" VerticalAlignment="Stretch" HorizontalAlignment="Stretch">
 | 
			
		||||
                    <ListView.ItemTemplate>
 | 
			
		||||
                        <DataTemplate DataType="classes:C_T_plat">
 | 
			
		||||
                            <control:Plat></control:Plat>
 | 
			
		||||
                        </DataTemplate>
 | 
			
		||||
                    </ListView.ItemTemplate>
 | 
			
		||||
                </ListView>-->
 | 
			
		||||
            </DockPanel>
 | 
			
		||||
            <!---->
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
            <materialDesign:PackIcon Kind="Build" Grid.Column="2" HorizontalAlignment="Right" Cursor="Hand"/>
 | 
			
		||||
            
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user