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

Drag should be allowed when sorted #299

Open
ITDancer13 opened this issue Jun 19, 2024 · 1 comment
Open

Drag should be allowed when sorted #299

ITDancer13 opened this issue Jun 19, 2024 · 1 comment

Comments

@ITDancer13
Copy link

At the moment the following statement prevents that items are dragged from a TreeDataGrid as soon as the source is stored.

var allowedEffects = AutoDragDropRows && !_source.IsSorted ? DragDropEffects.Move : DragDropEffects.None;

I can clearly see that dropping it would be a problem as it cannot be correctly determined where to move it to. However, dragging it to other parts of the user interface should not be a problem.

Maybe it also would be a opportunity to split AutoDragDropRows in the same step.

@MeEddy
Copy link

MeEddy commented Nov 14, 2024

I also encountered this issue, and I sincerely hope to resolve it.

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

No branches or pull requests

2 participants