Changes

HowTo:Convert Xamarin XAMLs to Maui

148 bytes added, 5 August
/* Avoid multiple SfPullToRefresh controls */
{{UnderConstructionStart}}
=== Avoid multiple SfPullToRefresh controls ===
'''To prevent an issue that causes the app to freeze , avoid placing more then 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"
|}
{{UnderConstructionEnd}}
 
[[Category:How-To|Convert Xamarin XAMLs to Maui]]
[[Category:MAUI|Convert Xamarin XAMLs to Maui]]
[[Category:XAML|Convert Xamarin XAMLs to Maui]]
=== Rename SfPullToRefresh properties ===