Fix StyletConductorItemsControl style

This commit is contained in:
Antony Male 2014-04-24 09:20:31 +01:00
parent 9e96e8c052
commit bac1d37e8a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<Setter Property="ItemTemplate">
<Setter.Value>
<DataTemplate>
<ContentControl s:View.Model="{Binding}" VerticalContentAlignment="Stretch" HorizontalAlignment="Stretch" IsTabStop="False"/>
<ContentControl s:View.Model="{Binding}" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" IsTabStop="False"/>
</DataTemplate>
</Setter.Value>
</Setter>