I have a page that wraps lot of content inside a scrollview.
within scrollview I have contents like multiple sflistviews (that use GridLayout with SpanCount 2) and other layouts.
based on some logic ItemsSource will be changed in run time and then SfListView displays blank (no items in UI even if items count is non zero in ObservableCollection bound to ItemsSource property of SfListView). I have not tested the issue in platforms other than iOS and my current scope is limited to iPad devices only.
Sample code reproducing the issue has been attached.
Reproduction steps:
Run the sample code
App will load with 4 items in SfListView correctly
Click on change items toolbar button - This will clear SfListView Items (as expected behavior)
Click again on change items toolbar button - Will show blank space for SfListView but not display items in UI (Collection has 4 items at this moment).
Please provide a fix to this issue at the earliest as I am planning to release my app soon to the customers.
Attachment:
SfListViewBugSample_b28257dc.zip