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
In the DataGrid control, a ContextMenu is displayed for data rows when the user right-clicks on a cell. However, when the user repeatedly right-clicks on different cells, the ContextMenu flickers. Instead of closing and reopening smoothly, it appears to open twice, resulting in a noticeable flickering effect.
Replication steps
Run the sample application.
Right-click on any cell to display the ContextMenu.
Right-click on a different cell while the ContextMenu is still open.
Expected behavior
The ContextMenu should be displayed smoothly without any flickering.
Describe the bug
In the DataGrid control, a ContextMenu is displayed for data rows when the user right-clicks on a cell. However, when the user repeatedly right-clicks on different cells, the ContextMenu flickers. Instead of closing and reopening smoothly, it appears to open twice, resulting in a noticeable flickering effect.
Replication steps
Expected behavior
The ContextMenu should be displayed smoothly without any flickering.
Screenshots
DataGrid-ContentMenu.mp4
Windows version
No response
Additional context
No response