Changes

HowTo:Convert Xamarin XAMLs to Maui

336 bytes added, 13 August
Added section to Avoid using SyncFusion ListViews directly in SfPullToRefresh controls
|}
[[Category:How-To|Convert Xamarin XAMLs to Maui]][[Category:MAUI|Convert Xamarin XAMLs to Maui]][[Category:XAML|Convert Xamarin XAMLs to Maui]]
=== Remove HeadlessLayout style ===
=== Avoid multiple SfPullToRefresh controls ===
'''To prevent an issue that causes the app to freeze, avoid placing more then than one SfPullToRefresh controls as siblings in a xaml hierarchy'''. If switching between contents in a SfPullToRefresh control is necessary use separate DataTemplates for the contents and use a e.g. a DataTrigger to set one of them as the ControlTemplate of a ContentControl inside the SfPullToRefresh control.
{| class="wikitable"
|}
 
=== 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, or in a ContentControl as mentioned in the above section "Avoid using SyncFusion ListViews directly in SfPullToRefresh controls".
600
edits