I use ListView and dynamic change item - change visibility part item. For update content on all devices needed:
1.Listview add HasUnevenRows="True"
2.After change binding property for appearance/disappearance I call ViewCell.ForceUpdateSize() for iOs device.
If I use MenuItem in Listview, on iOs ForceUpdateSize not update item view. Who know how fix it ?
↧
on iOs device - ListView - ForceUpdateSize not work if use MenuItem
↧