You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Double click with the mouse on a DataGrid.DataGridRow works. Double tap with your finger on a touch monitor does not work.
DataGrid.DoubleTapped+=(sender,args)=>{// mouse double click works// finger double tap does not work};
To Reproduce
Create a DataGrid (set IsReadOnly=True), add some foo stuff to get some rows and double tap with your fingers.
Expected behavior DataGrid.DoubleTapped event should be fired when double tap with finger.
Desktop (please complete the following information):
Edition Windows 10 Pro
Version 21H2
Installiert am 06.07.2021
Betriebssystembuild 19044.1466
Leistung Windows Feature Experience Pack 120.2212.3920.0
Avalonia v0.10.11
The text was updated successfully, but these errors were encountered:
Describe the bug
Double click with the mouse on a
DataGrid.DataGridRow
works. Double tap with your finger on a touch monitor does not work.To Reproduce
Create a
DataGrid
(setIsReadOnly=True
), add some foo stuff to get some rows and double tap with your fingers.Expected behavior
DataGrid.DoubleTapped
event should be fired when double tap with finger.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: