There was an error while loading. Please reload this page.
1 parent 6adf989 commit e3149c7Copy full SHA for e3149c7
README.md
@@ -40,9 +40,11 @@ xmlns:controls="clr-namespace:MyControl.Controls;assembly=MyControl"
40

41
``` xml
42
<ItemsControl ItemsSource="{Binding .}">
43
- <ItemsControl.DataTemplate>
44
- <TextBlock Text="{Binding tag_name}"/>
45
- </ItemsControl.DataTemplate>
+ <ItemsControl.ItemTemplate>
+ <DataTemplate>
+ <TextBlock Text="{Binding tag_name}"/>
46
+ </DataTemplate>
47
+ </ItemsControl.ItemTemplate>
48
</ItemsControl>
49
```
50
## Third-Party Notices
0 commit comments