[Feature] Events when manipulating the image cropper #4618
knightmeister
started this conversation in
General
Replies: 2 comments
-
Hello, 'knightmeister! Thanks for submitting a new feature request. I've automatically added a vote 👍 reaction to help get things started. Other community members can vote to help us prioritize this feature in the future! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related/Duplicate of #3163 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the problem
At the moment, from what I see from a quick read of the source and a thorough read of the documentation, no events are raised when the cropped area is manipulated.
This works fine for simple scenarios, but for a more complex user interface there would ideally be a mechanism to update the
Rect
against a view model or receive an event when the crop area is manipulated (moved, resized, etc).Describe the solution
I can live without MVVM bindings, but at a minimum there really needs to be an event raised when the crop rect is manipulated.
Alternatives
I've hacked around this for now by binding to PointerReleased and updating the crop area in my view model. This is a hack though and it's also possible to adjust the crop area with the keyboard.
Additional info
I'm targeting WinUI 3.
Help us help you
No response
Beta Was this translation helpful? Give feedback.
All reactions