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

fix: Prevent changing DragEffects in TreeDataGrid DragDrop event-handlers if AutoDragDropRows=false #284

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 19, 2024

  1. fix: Prevent changing DragEffects in TreeDataGrid DragDrop event-hand…

    …lers if AutoDragDropRows=false
    
    - AutoDragDropRows check moved to the beginning of DragDrop event-handlers, before they perform any actions.
    This is necessary for inherited from TreeDataGrid types, with custom DragDrop event-handlers. Now DragEventArgs.DragDropEffects is always None in inherited types, even if AutoDragDropRows is false.
    - Also AutoDragDropRows check moved to the beginning of RaiseRowDragStarted method, to prevent RowDragStartedEvent.
    BreakByBrick committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8e5a4c0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    8bcff25 View commit details
    Browse the repository at this point in the history