Changes
/* Avoid using SyncFusion ListViews directly in SfPullToRefresh controls */
=== Avoid using SyncFusion ListViews directly in SfPullToRefresh controls ===
'''To prevent an issue on some Android devices that causes items in a ListView to be rendered incorrectly or not at all after triggering a PullToRefresh, avoid placing a SfListViewExt directly in a SfPullToRefresh control'''.
Instead, wrap the ListView either in a Grid (see example below), or , for example, in a ContentControl, as shown in the Xaml example in the above section "Avoid using SyncFusion ListViews directly in SfPullToRefresh controls".
{| class="wikitable"