[iOS] We need to reload the datasource to show unevenrows

This commit is contained in:
Rui Marinho 2018-03-19 19:32:54 +00:00
Родитель 771710e67f
Коммит c7cceea469
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -263,6 +263,7 @@ namespace Xamarin.Forms.Platform.iOS
{
_estimatedRowHeight = false;
Control.Source = _dataSource = Element.HasUnevenRows ? new UnevenListViewDataSource(_dataSource) : new ListViewDataSource(_dataSource);
Control.ReloadData();
}
else if (e.PropertyName == Xamarin.Forms.ListView.IsPullToRefreshEnabledProperty.PropertyName)
UpdatePullToRefreshEnabled();