Vladislav Antonyuk

Results 165 comments of Vladislav Antonyuk

I propose to name it OnWindowsSize. 1. Because .NET MAUI supports windows 2. Because we layout components in Application, not in Screen. On phones, it makes sense because you cannot...

Thank you @GeorgeLeithead. I left some minor suggestions and improvements

It looks good to me, except for the `cancellationTokenSourceTimeout`. Maybe I don't like the number. My recommendation is to add a `Tuple` for caching the result. Or even remove it...

> > It looks good to me, except for the `cancellationTokenSourceTimeout`. Maybe I don't like the number. My recommendation is to add a `Tuple` for caching the result. Or even...

@brminnick It is very close. There are 2 unresolved questions: https://github.com/CommunityToolkit/Maui/pull/531/files#r959566281 and https://github.com/CommunityToolkit/Maui/pull/531/files#r956334081

> @bijington where should the code be placed, `Maui` project or `Maui.Core`? You can see UniformItemsLayout as example.

@angelru , @developer9969 would you like to implement it?

@angelru we appreciate if you would implement it. If the person who initially implemented it have any improvements he will add them in PR comments or open a new PR.

I like the option 1. Do we need OwnerType property? It is the same as typeof(Class)

We can include this feature with .NET 7 release and C# 11 later this year.