mirror of https://github.com/AMT-Cheif/Stylet.git
Fix StyletConductorItemsControl style
This commit is contained in:
parent
9e96e8c052
commit
bac1d37e8a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue