** When used in the content of a UBIKTabView tab, the LazyLoading is handled automatically when the tab is activated (see: UBIKContentArea).
** LazyLoading can be manually triggered on any contentview outside of UBIKTabView by triggering the TriggerLazyLoad() method.
=== TemplateConverter for UBIKContentView or ContentControl ===
The former syntax would have been: <syntaxhighlight lang="xml">❌ Content="{Binding [UBIKChildArea], Source={x:Static services:TemplateService.Instance}}"</syntaxhighlight>.
This 'hardcoded' syntax bypasses the template selection mechanism which includes the various performance improvements mentioned above.
The template formerly called UBIKMainItem has been renamed to UBIKRootItem for consistency.
The renaming is not mandatory in customizing, however, ensure that the ItemTemplate requested in UBIKRootArea matches the file intended to be used for visualizing root items.
=== CircularImage to AvatarView ===
| <toolkit:AvatarView ImageSource="..." BorderWidth="..." BackgroundColor="..." />
|}
=== GlyphSize to FontSize and Alignment ===
| <Setter Property="FontSize" Value="16" /><br/><Setter Property="VerticalOptions" Value="Center" /><br/><Setter Property="HorizontalOptions" Value="Center" /><br/><Setter Property="VerticalTextAlignment" Value="Center" /><br/><Setter Property="HorizontalTextAlignment" Value="Center" />
|}
=== StaticResource to DynamicResource ===