Changes
/* Remove default ControlTemplate in DataTriggers */
=== Remove default ControlTemplate in DataTriggers ===
'''To prevent an issue on Android where the direct edit Link to Object editor does not open, there is a change necessary in the UBIKPropertyDirectEditListPopup Xaml:The default ControlTemplate needs to be removed from the ContentView that contains the DataTriggers. According to our experience, this issue ''' Using only occurs to our UBIKPropertyDirectEditListPopup standard Xaml, but we can't guarantee that there is no such issue in customized Xamls.So please, if you encounter an issue on Android where DataTriggers without a Property Editor doesn't open, report it the mobile development team, and/or try removing the default ControlTemplate from ensures that content is created only after the affected controltrigger evaluation is complete. In our standard Xamls, we removed the If a default ControlTemplate in every ContentView that contains DataTriggers with ControlTemplates where the same template is already set in a DataTrigger. So please, also remove the default ControlTemplates it in the following Xamls is always loaded immediately, even if you use customized ones:another template is applied right after.- UBIKEditDouble- UBIKEditInt- UBIKEditString- UBIKEditMinMax(For the exact syntax please more details refer to our latest standard Xamls[[Xamarin_XAML#Conflicting_Triggers|Conflicting Triggers]].) If the above explained is also used in any of your other custom Xamls, please consider changing it there, too. Otherwise, some property editor might not open.'''
{| class="wikitable"
! Xamarin
</syntaxhighlight>
|}
[[Category:How-To|Convert Xamarin XAMLs to Maui]]
[[Category:MAUI|Convert Xamarin XAMLs to Maui]]
[[Category:XAML|Convert Xamarin XAMLs to Maui]]
=== Remove HeadlessLayout style ===
