Changes

HowTo:Convert Xamarin XAMLs to Maui

8 bytes added, 12:20, 14 August 2025
/* 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 can cause some items in a SfListViewExt 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 in a DataTemplate and use it in a ContentControl as a child of the SfPullToRefresh control, as shown in the Xaml example below.
686
edits