blocage
This commit is contained in:
parent
63ac321e2f
commit
995fb3068e
|
@ -33,25 +33,13 @@
|
||||||
<ColumnDefinition />
|
<ColumnDefinition />
|
||||||
</Grid.ColumnDefinitions>
|
</Grid.ColumnDefinitions>
|
||||||
|
|
||||||
<DockPanel>
|
|
||||||
<ItemsControl x:Name="RepasMatin">
|
<ItemsControl x:Name="RepasMatin">
|
||||||
<!-- Set the Template for each row to a TextBlock and another ItemsControl -->
|
|
||||||
<ItemsControl.ItemTemplate>
|
<ItemsControl.ItemTemplate>
|
||||||
<DataTemplate DataType="classes:C_T_plat">
|
<DataTemplate DataType="classes:C_T_plat">
|
||||||
<control:Plat ></control:Plat>
|
<control:Plat ></control:Plat>
|
||||||
</DataTemplate>
|
</DataTemplate>
|
||||||
</ItemsControl.ItemTemplate>
|
</ItemsControl.ItemTemplate>
|
||||||
</ItemsControl>
|
</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"/>
|
<materialDesign:PackIcon Kind="Build" Grid.Column="2" HorizontalAlignment="Right" Cursor="Hand"/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue