Jump to: navigation, search

Changes


Xamarin XAML

66 bytes removed, 3 July
</gallery>
[[Category:Client|Xamarin XAML]][[Category:Pages with broken file links|Xamarin XAML]][[Category:Styling|Xamarin XAML]][[Category:XAML|Xamarin XAML]][[Category:Xamarin|Xamarin XAML]]
=== Content filtering ===
When using multiple Lists on one page (e.g. in a TabbedView), it is necessary to set the AutomationId property uniquely for each list on the page, to support the remembering of the ScrollPosition.
 
 
 
 
 
=== Headlesslayout style in custom UBIKThemes causing problems ===
In our default '''UBIKThemes''', we are currently using this style for a headless layout:
<syntaxhighlight lang="xml">
<br/>
In a lot of cases, This style is used for better UI performance on Android.Using this style also exists in many a custom '''UBIKThemes, this ''' could cause an issueexception & an app crash.
The best case would be not to have it in the custom themes file because it's unnecessary if you don't want to change anything here.
 
'''This issue is only known on tablet devices with Android 14.'''
=== DataTrigger to set Footer Properties in a ListView ===
89
edits