Changes

HowTo:Convert Xamarin XAMLs to Maui

180 bytes removed, 10 February
/* Mandatory */ Restructured an unclear section
=== Syncfusion control updates ===
'''There are some other properties that have changed their names on '''SfListView/SfListViewExt'''. We don't use them in our standard XAMLs. But if you use them in customizings, please refer to https://help.syncfusion.com/maui/listview/migration for the complete list.'''
{| class="wikitable"
! Xamarin
! MAUI
|-
| <syntaxhighlight lang="xml">SfListViewExt: * ItemHolding</syntaxhighlight>| <syntaxhighlight lang="xml">ItemLongPress</syntaxhighlight>|}- === Syncfusion control updates ==| <syntaxhighlight lang="xml">LeftSwipeTemplate, RightSwipeTemplate</syntaxhighlight>{| class<syntaxhighlight lang="wikitablexml">StartSwipeTemplate, EndSwipeTemplate</syntaxhighlight>! Xamarin|-! MAUI| <syntaxhighlight lang="xml"><sync:SfListView.LayoutManager></syntaxhighlight>| <syntaxhighlight lang="xml"><sync:SfListView.ItemsLayout></syntaxhighlight>
|-
| * LeftSwipeTemplate, RightSwipeTemplate
| StartSwipeTemplate, EndSwipeTemplate
|}
=== Layout name change ===
{| class="wikitable"
! Xamarin
! MAUI
|-
| <syntaxhighlight lang="xml">
* <sync:SfListView.LayoutManager>
</syntaxhighlight>
| <syntaxhighlight lang="xml">
<sync:SfListView.ItemsLayout>
</syntaxhighlight>
|}
=== TemplateService binding for extracted templates ===
⚠️ Please refer to the wiki for more details and possibilities (e.g., if the value contains multiple elements): [https://wiki.augmensys.com/index.php?title=XAML_Tips#Platform_and_Device-specific_UI_with_OnPlatform_and_OnIdiom Platform and Device-specific UI with OnPlatform and OnIdiom].
[[Category:How-To|Convert Xamarin XAMLs to Maui]][[Category:Mobile|Convert Xamarin XAMLs to Maui]][[Category:XAML|Convert Xamarin XAMLs to Maui]]
=== Remove default ControlTemplate ===
728
edits