UIElement with RenderTransform declared in XAML initially shows up without any transform. Any change then applies the transform.
Transforms should be applied immediately.
Samples app Transform sample Basic_Automated.
Nuget Package:
Package Version(s):
Affected platform(s):
Visual Studio:
Relevant plugins:
I have spend over an hour on this but without success so far :-( . Maybe someone will be more lucky. The problem is probably the same as here. Unfortunately even putting a "re-initialization" step within DidMoveToSuperview did not do the trick, whereas adding any small delay (Task.Delay) before the operation had fixed the problem.
@dr1rrb Am I assuming correctly that your PR fixes this issue?
Yes @MartinZikmund , I didn't saw this issue, it has been fixed by https://github.com/unoplatform/uno/pull/3759. Even if I'm not really satisfied by the code, it seems that we don't have any other options on macOS, so I'm closing this issue.