Vladislav Antonyuk

Results 165 comments of Vladislav Antonyuk

GraphicsView is a canvas where you can draw anything. DrawingView in addition binding all points and lines you drawn

We’ll see if new CollectionView handler fixes the issue.

@alpayclsr1 could you close the issue if byg is resolved?

Will this PR resolve the animation doubled duration issue? https://github.com/CommunityToolkit/Maui/discussions/1231

I am not sure we can control if the user released the button outside the control. probably the event won't be triggered. we may probably check if mouse is pressed...

it is not the size of the image. you specify Maximum image size. The image will be resized proportionally.

The keyword here is Desired. So to make it clear size 200x200 is the maximum size of the image. but because drawing image may differ (e.g. 100x300), we proportionally change...

TODO: - Can this be achieved using .NET MAUI Multi Windows API - Can this be achieved using the extension method? ShowModal(content), where we create a window with modal attributes

On Windows it can be achieved using ContentDialog. However it is not a new window. Most likely we need WinApi interop.

Hello @mikeparker104 Thank you for your modal window implementation. It works great. Unfortunately it relies on interop and it's not really reliable (may be broken with any .NET MAUI or...