зеркало из https://github.com/DeGsoft/maui-linux.git
[iOS] We need to reload the datasource to show unevenrows
This commit is contained in:
Родитель
771710e67f
Коммит
c7cceea469
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче