-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added PointerPressed and PointerReleased events to DataGrid header (#…
…12595) * Added PointerPressed and PointerReleased events to the header in a DataGridColumn * update refs * Update Avalonia.Controls.DataGrid.csproj * revert project file changes * more reversion * removed spaces --------- Co-authored-by: Max Katz <maxkatz6@outlook.com> Co-authored-by: Tim <47110241+timunie@users.noreply.github.com>
- Loading branch information
1 parent
39ce0c2
commit 53c646b
Showing
2 changed files
with
34 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53c646b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could add
PointerReleased
to Cell too?Like
DataGrid.CellPointerReleased