Max Borrmann

Results 57 comments of Max Borrmann

> Hi @borrmann > > You can try adding these settings in property group for ios. It worked for me in .net-6 > > ``` > SdkOnly > true >...

I think my problem was with Visual Studio for Mac. I changed the linker settings using the Application, but the log outputs actually showed that the package was Linked. Changing...

As I need to use long names in my selectlist items (and optgroups) this solution doesn't really work for me. Including the group names in the live-search would be awesome...

@EPS-Lac thank you for the workaround, it works really well! However, in my solution, SizeChanged does not work, but if I use PropertyChanged instead, it does. I also needed to...

This causes major performance issues. Without the workaround my App goes up linearly about 100-200ms (starting from ~300ms) loading times of each page after each navigation to a transient page...

This is because ScrollView doesnt have the property IgnoreSafeArea, which is set to default to False for Layouts like Grid. I openened an issue here #16360

see also here #12417 , here #16398 , here #12823 and also potentially this one #15460