Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functional Recommendations:ctrl+drag #478

Open
DR-ShenSSR opened this issue Nov 18, 2023 · 1 comment
Open

Functional Recommendations:ctrl+drag #478

DR-ShenSSR opened this issue Nov 18, 2023 · 1 comment
Labels

Comments

@DR-ShenSSR
Copy link

Functional Recommendations
Is there a ctrl+drag that allows copy insertion? I think this would be helpful for separate object manipulation, for example to help chapter catalogs to be built through existing templates

@DR-ShenSSR DR-ShenSSR added the Bug label Nov 18, 2023
@DR-ShenSSR
Copy link
Author

First of all thanks for the existence of such a great plugin.
I get conflicts with the program when I write the following code:
Private Shared Sub StartDragDrop(row As DataGridRow)
If row IsNot Nothing Then
SetIsDragging(row, True)
If Keyboard.IsKeyDown(Key.LeftCtrl) OrElse Keyboard.IsKeyDown(Key.RightShift) Then
' Hold Ctrl to drag and drop as copy and add the
DragDrop.DoDragDrop(row, row.Item, DragDropEffects.Copy)
End If
End If
End Sub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant