I have custom tabbed page displaying list of items. I am reusing same list view to display data. I am accessing this.ParentView from listview cell. It was working fine before 1.4.4 version of xamarin forms. After updating to latest form version, ParentView property is null in mylist cell when I switch tabs (reload list view with new data, by setting listview sources).
↧