Add KgNrTemplate
This commit is contained in:
@ -29,5 +29,13 @@
|
|||||||
<TextBlock Text="{Binding Name}"/>
|
<TextBlock Text="{Binding Name}"/>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</DataTemplate>
|
</DataTemplate>
|
||||||
|
<DataTemplate x:Key="KgNrTemplate">
|
||||||
|
<StackPanel Orientation="Horizontal">
|
||||||
|
<TextBlock Text="{Binding Name}"/>
|
||||||
|
<TextBlock Text=" ("/>
|
||||||
|
<TextBlock Text="{Binding KgNr}"/>
|
||||||
|
<TextBlock Text=")"/>
|
||||||
|
</StackPanel>
|
||||||
|
</DataTemplate>
|
||||||
</Application.Resources>
|
</Application.Resources>
|
||||||
</Application>
|
</Application>
|
||||||
|
Reference in New Issue
Block a user