|
@@ -27,8 +27,6 @@
|
|
|
<ScrollContentPresenter Name="PART_ContentPresenter"
|
|
<ScrollContentPresenter Name="PART_ContentPresenter"
|
|
|
Grid.Row="0"
|
|
Grid.Row="0"
|
|
|
Grid.Column="0"
|
|
Grid.Column="0"
|
|
|
- Grid.RowSpan="2"
|
|
|
|
|
- Grid.ColumnSpan="2"
|
|
|
|
|
Background="{TemplateBinding Background}"
|
|
Background="{TemplateBinding Background}"
|
|
|
HorizontalSnapPointsType="{TemplateBinding HorizontalSnapPointsType}"
|
|
HorizontalSnapPointsType="{TemplateBinding HorizontalSnapPointsType}"
|
|
|
VerticalSnapPointsType="{TemplateBinding VerticalSnapPointsType}"
|
|
VerticalSnapPointsType="{TemplateBinding VerticalSnapPointsType}"
|
|
@@ -65,5 +63,9 @@
|
|
|
<Style Selector="^[IsExpanded=true] /template/ Panel#PART_ScrollBarsSeparator">
|
|
<Style Selector="^[IsExpanded=true] /template/ Panel#PART_ScrollBarsSeparator">
|
|
|
<Setter Property="Opacity" Value="1" />
|
|
<Setter Property="Opacity" Value="1" />
|
|
|
</Style>
|
|
</Style>
|
|
|
|
|
+ <Style Selector="^[AllowAutoHide=True] /template/ ScrollContentPresenter#PART_ContentPresenter">
|
|
|
|
|
+ <Setter Property="Grid.ColumnSpan" Value="2" />
|
|
|
|
|
+ <Setter Property="Grid.RowSpan" Value="2" />
|
|
|
|
|
+ </Style>
|
|
|
</ControlTheme>
|
|
</ControlTheme>
|
|
|
</ResourceDictionary>
|
|
</ResourceDictionary>
|