diff --git a/src/TableViewCell.cs b/src/TableViewCell.cs index af37ac0e..a94899b7 100644 --- a/src/TableViewCell.cs +++ b/src/TableViewCell.cs @@ -490,6 +490,8 @@ internal void SetElement() Focus(FocusState.Pointer); }); #endif + + DispatcherQueue.TryEnqueue(InvalidateMeasure); } ///