I\'m trying to display resizing adorners to an image inserted in a RichEditBox in a UWP application.
So far I can insert an image using the following code:
Display resizing adorners to an image inserted in a RichEditBox in a UWP application.
There is no api that can resize the image inserted in the RichEditBox in UWP, you need to customize a control and wrap the image inside it. By dragging the control to resize image. Or programming in wpf or winform and then use desktop bridge to convert it to UWP app.