Tim Miller

Results 248 comments of Tim Miller

@greemi01 I ran your example and it does work correctly for me But I also have a fully ja-JP system and culture. What culture are you running under?

If you try this in a WinUI application without MAUI, what happens?

https://github.com/dotnet/maui/issues/14597#issuecomment-1509985432 This mentions the possible issue. Calculating the Width, Height, X, and Y could be causing it to redraw and freak out.

@Xyncgas AFAIK this has to do with the underlying controls and how they are rendered by WinUI. Depending on the conditions MAUI presents the controls to WinUI to render, WinUI...

Could this be a cause of performance issues? If you have tons of generated XAML types (Like, say, the MAUI Source Repo has with its samples) that might not be...

Are you trying to debug a MAUI iOS app, or a .NET iOS app that doesn't use the MAUI UI framework? Can you try installing the iOS workload `dotnet workload...

@rolfbjarne? Going through the backlog, you didn't answer my question: Do you have the same issue if you make an iOS app outside of the MAUI UI Framework? If you...

Have you tried building a .NET Android application without the MAUI UI framework to see what that does? You can do that by installing the Android workload `dotnet workload install...

I assume this would go in line with https://github.com/dotnet/maui/issues/10564, @mattleibow?