XamlViewer
1.3.1
XAML is a lightweight XAML Editor. While coding, the corresponding design preview can be displayed in real time.Providing convenient doc management, and more user-friendly intelligent tips. When you are learning or trying out some XAML effects, it's a pretty good choice for you.

Notice:You can adjust the TargetFrameworks in the Directory.Build.props file according to your needs.
Notice:Only local doc files could be saved when closing the software. Please make sure doc files had been saved in local path.
xmlns:controls="clr-namespace:MyControl.Controls;assembly=MyControl"
<TextBlock Tag="{Binding id}"
IsEnabled="{Binding enabled}"
Text="{Binding child.name}"/>
<ItemsControl ItemsSource="{Binding .}">
<ItemsControl.ItemTemplate>
<DataTemplate>
<TextBlock Tag="{Binding id}"
IsEnabled="{Binding enabled}"
Text="{Binding name}"/>
</DataTemplate>
</ItemsControl.ItemTemplate>
</ItemsControl>| Library | Version | License |
|---|---|---|
| Prism | 7.2.0.1422 | MIT |
| Microsoft.Xaml.Behaviors | 1.1.19 | MIT |
| AvalonEdit | 6.0.1 | MIT |
| Json.NET | 12.0.3 | MIT |