Jump to: navigation, search

Changes


HowTo:Convert Xamarin XAMLs to Maui

174 bytes removed, 5 August
/* Mandatory */
|}
{{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
</syntaxhighlight>
|}
 
[[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 ===
238
edits