Why does DrawingView doesn't have DrawingLineStarted event or DrawingLineMoved event? #1419
Replies: 4 comments 5 replies
-
I like the idea. For now, I suggest you extend our control with your own. and add these additional actions/events |
Beta Was this translation helpful? Give feedback.
-
@Kamesuta , Is the following what you want to achieve? Android.Emulator.-.pixel_2_-_api_30_5554.2023-10-03.16-28-16.mp4I modified the latest source code of main and implemented it. To achieve this, you need to modify the following files. [src\CommunityToolkit.Maui\Views\DrawingView\DrawingView.shared.cs] Also, to achieve this you need to add the following files: [src\CommunityToolkit.Maui.Core\Primitives\DrawingLineStartedEventArgs.shared.cs] Additional information: |
Beta Was this translation helpful? Give feedback.
-
the pr is coming today/tomorrow |
Beta Was this translation helpful? Give feedback.
-
Closed as per the Community Stand-up discussion here: https://youtu.be/N9wMcBP4jtg?t=2889 |
Beta Was this translation helpful? Give feedback.
-
Hello, I would like to propose adding drawing start event and move event to DrawingView.
Problem
Proposal
Concerns with this proposal
What I wanted to do and what I did
Beta Was this translation helpful? Give feedback.
All reactions