I have a list view. Each control in the list view has isVisible bound to a property in the corresponding object. Thus, some rows in the list view contain controls whose isVisible flag is set to false.
In Android, I set HasUnevenRows = true and it works great, the invisible rows are removed. In iOS, not so much. Is there a way to tell iOS not to show the rows that have invisible content?