<StackPanel>
<Label Content="{Binding Fields.Count}" />
<ItemsControl ItemsSource="{Binding Fields}">
<ItemsControl.ItemTemplate>
<DataTemplate>
<WrapPanel>
<Label HorizontalAlignment="Right" Margin="{adonisUi:Space 0, 1.3, 1, 0}"
Content="{Binding Type}" />
<TextBox Margin="{adonisUi:Space 0, 1, 0, 0}" Text="{Binding Value }" />
</WrapPanel>
</DataTemplate>
</ItemsControl.ItemTemplate>
</ItemsControl>
</StackPanel>
<StackPanel>
<Label Content="{Binding Fields.Count}" />
<ItemsControl ItemsSource="{Binding Fields}">
<ItemsControl.ItemTemplate>
<DataTemplate>
<WrapPanel>
<Label HorizontalAlignment="Right" Margin="{adonisUi:Space 0, 1.3, 1, 0}"
Content="{Binding Type}" />
<TextBox Margin="{adonisUi:Space 0, 1, 0, 0}" Text="{Binding Value }" />
</WrapPanel>
</DataTemplate>
</ItemsControl.ItemTemplate>
</ItemsControl>
</StackPanel>