Skip to content

Commit 44b37cb

Browse files
authored
show row context flyout at cells presenter
1 parent b3643f7 commit 44b37cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TableView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ internal bool ShowRowContext(TableViewRow row, Point position)
13871387
#if !WINDOWS
13881388
RowContextFlyout.DataContext = row.Content;
13891389
#endif
1390-
RowContextFlyout.ShowAt(row, new FlyoutShowOptions
1390+
RowContextFlyout.ShowAt(row.CellPresenter, new FlyoutShowOptions
13911391
{
13921392
#if WINDOWS
13931393
ShowMode = FlyoutShowMode.Standard,

0 commit comments

Comments
 (0)