Changes

HowTo:Convert Xamarin XAMLs to Maui

95 bytes added, 11:50, 12 December 2025
/* UBIKTabView */
=== UBIKTabView ===
We have adapted our UBIKTabView for MAUI has been adapted so that, it now supports lazy loading when used in combination with a UBIKContentView or ContentControl, it now supports lazy loading. This results in a performance boost because the contents of non-selected tabs are no longer rendered in the UI automatically unless the tab is explicitly selected by the user. Therefore, the LazyLoading property should be set to true for tabs that are not the “default” tabs—i.e., tabs that are not initially selected when a page is opened (Property or Document tabs).
Add the following namespace to use the UBIKTabView:
'''From a performance perspective, our UBIKTabView should be used instead of the SfTabView going forward, as it supports lazy loading.'''{{Version/MobileSince|5.1}}
{| class="wikitable" style="width:100%; table-layout:fixed;"! style="width:60%;" | Xamarin! style="width:40%;" | MAUI
|-
|
117
edits