There was an error while loading. Please reload this page.
1 parent 3239dcb commit 6b15c12Copy full SHA for 6b15c12
README.md
@@ -45,8 +45,8 @@ xmlns:controls="clr-namespace:MyControl.Controls;assembly=MyControl"
45
<ItemsControl.ItemTemplate>
46
<DataTemplate>
47
<TextBlock Tag="{Binding id}"
48
- IsEnabled="{Binding enabled}"
49
- Text="{Binding name}"/>
+ IsEnabled="{Binding enabled}"
+ Text="{Binding name}"/>
50
</DataTemplate>
51
</ItemsControl.ItemTemplate>
52
</ItemsControl>
0 commit comments