Codecleanup

This commit is contained in:
HuskyTeufel
2021-09-28 18:25:29 +02:00
parent a8029c091d
commit 8cf0373a95
8 changed files with 31 additions and 21 deletions

View File

@@ -14,7 +14,8 @@
</d:UserControl.DataContext>
<Grid>
<StackPanel>
<TreeView ItemsSource="{Binding SewerObjects}" SelectedValuePath="{Binding Testme}">
<TextBlock Text="Objektliste" />
<TreeView Margin="20" ItemsSource="{Binding SewerObjects}" SelectedValuePath="{Binding Testme}">
<TreeView.Resources>
<HierarchicalDataTemplate DataType="{x:Type dsmodel:SewerObjectsToStreet}" ItemsSource="{Binding SewerObjects}">
<StackPanel Orientation="Horizontal">