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 Property="ItemTemplate">
|
||||||
<Setter.Value>
|
<Setter.Value>
|
||||||
<DataTemplate>
|
<DataTemplate>
|
||||||
<ContentControl s:View.Model="{Binding}" VerticalContentAlignment="Stretch" HorizontalAlignment="Stretch" IsTabStop="False"/>
|
<ContentControl s:View.Model="{Binding}" VerticalContentAlignment="Stretch" HorizontalContentAlignment="Stretch" IsTabStop="False"/>
|
||||||
</DataTemplate>
|
</DataTemplate>
|
||||||
</Setter.Value>
|
</Setter.Value>
|
||||||
</Setter>
|
</Setter>
|
||||||
|
|
Loading…
Reference in New Issue