Is there a built-in control that allows the user to grab the drag points on the corners and/or sides to resize an Image
in a FlowDocument
? It's common functionality, but I can't find it or any reference on how to implement it.
Asked
Active
Viewed 173 times
0

Scott Baker
- 10,013
- 17
- 56
- 102
-
I seriously doubt that you can re-size IN a FlowDocument. You could apply a click event that brings up the image in a separate sizable image viewer. – paparazzo Sep 10 '15 at 17:07
-
That would explain why I can't find a reference.... :-) – Scott Baker Sep 10 '15 at 17:09
-
You can try with BlockUIContainer and host as sizable image viewer but I would be (pleasantly) surprised if the FlowDocument could deal with a dynamic layout. – paparazzo Sep 10 '15 at 17:15
-
`host as sizable image viewer` - what do you mean? – Scott Baker Sep 11 '15 at 17:39