mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-22 09:26:35 +08:00
feat: sync with upstream
This commit is contained in:
@@ -511,9 +511,13 @@
|
|||||||
Grid.Row="1"
|
Grid.Row="1"
|
||||||
Grid.RowSpan="2"
|
Grid.RowSpan="2"
|
||||||
Grid.Column="0"
|
Grid.Column="0"
|
||||||
Grid.ColumnSpan="3">
|
Grid.ColumnSpan="3"
|
||||||
|
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
|
<Rectangle
|
||||||
|
|||||||
Reference in New Issue
Block a user