|
|
@ -36,7 +36,7 @@ |
|
|
|
<DataTemplate DataType="{x:Type models:CheckpointFile}" x:Key="CheckpointFileDataTemplate"> |
|
|
|
<DataTemplate DataType="{x:Type models:CheckpointFile}" x:Key="CheckpointFileDataTemplate"> |
|
|
|
<Border> |
|
|
|
<Border> |
|
|
|
<i:Interaction.Behaviors> |
|
|
|
<i:Interaction.Behaviors> |
|
|
|
<i:MouseDragElementBehavior DragBegun="MouseDragElementBehavior_OnDragBegun" /> |
|
|
|
<i:MouseDragElementBehavior /> |
|
|
|
</i:Interaction.Behaviors> |
|
|
|
</i:Interaction.Behaviors> |
|
|
|
<ui:Card |
|
|
|
<ui:Card |
|
|
|
Height="96" |
|
|
|
Height="96" |
|
|
|