This commit is contained in:
adri 2019-01-18 14:10:36 +01:00
parent 63ac321e2f
commit 995fb3068e
1 changed files with 0 additions and 12 deletions

View File

@ -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"/>