Skip to content

Commit 971d940

Browse files
authored
Merge pull request #150 from w-ahmad/CellFocusIssue
changed editing element focus state
2 parents 42d079e + 0f508f7 commit 971d940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TableViewCell.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ internal async void PrepareForEdit()
312312

313313
if ((Content ?? ContentTemplateRoot) is UIElement editingElement)
314314
{
315-
editingElement.Focus(FocusState.Programmatic);
315+
editingElement.Focus(FocusState.Pointer);
316316
}
317317
}
318318

0 commit comments

Comments
 (0)