|
|
@ -532,9 +532,13 @@ |
|
|
<DataGridRowsPresenter Name="PART_RowsPresenter" |
|
|
<DataGridRowsPresenter Name="PART_RowsPresenter" |
|
|
Grid.Row="1" |
|
|
Grid.Row="1" |
|
|
Grid.RowSpan="2" |
|
|
Grid.RowSpan="2" |
|
|
Grid.ColumnSpan="3" Grid.Column="0"> |
|
|
Grid.ColumnSpan="3" |
|
|
|
|
|
Grid.Column="0" |
|
|
|
|
|
ScrollViewer.IsScrollInertiaEnabled="{TemplateBinding IsScrollInertiaEnabled}"> |
|
|
<DataGridRowsPresenter.GestureRecognizers> |
|
|
<DataGridRowsPresenter.GestureRecognizers> |
|
|
<ScrollGestureRecognizer CanHorizontallyScroll="True" CanVerticallyScroll="True" /> |
|
|
<ScrollGestureRecognizer CanHorizontallyScroll="True" |
|
|
|
|
|
CanVerticallyScroll="True" |
|
|
|
|
|
IsScrollInertiaEnabled="{Binding (ScrollViewer.IsScrollInertiaEnabled), ElementName=PART_RowsPresenter}" /> |
|
|
</DataGridRowsPresenter.GestureRecognizers> |
|
|
</DataGridRowsPresenter.GestureRecognizers> |
|
|
</DataGridRowsPresenter> |
|
|
</DataGridRowsPresenter> |
|
|
<Rectangle Name="PART_BottomRightCorner" |
|
|
<Rectangle Name="PART_BottomRightCorner" |
|
|
|