This commit is contained in:
kwai
2023-08-04 19:03:42 +08:00
parent 25cd232579
commit 25993fd3a9
4 changed files with 80 additions and 6 deletions

View File

@@ -851,12 +851,7 @@
</Grid.ContextMenu>
<!-- PART_DragThumb -->
<c:BlockDragThumb x:Name="PART_DragThumb"
Cursor="SizeAll" >
<c:BlockDragThumb.InputBindings>
<MouseBinding MouseAction="LeftDoubleClick" Command="{Binding EditCommand}" CommandParameter="{Binding }" />
</c:BlockDragThumb.InputBindings>
</c:BlockDragThumb>
<c:DragThumb x:Name="PART_DragThumb" EditClickCount="{Binding EditClickCount}" Cursor="Hand" />
<Grid RenderTransformOrigin="0.5,0.5" >
<!-- PART_ContentPresenter -->