Hi all, I write to report a problem about floating images placed beyond the end of the text elements.
You can download a test document from here:
http://download2.anastasis.it/software/fabrizio/test.xaml
It's been created using your WPF demos app (RichTextBox item), then I just copied and pasted one of the images already in the document.
The copied image has beed dragged down to the last page, beyond last text element position.
Then, I switched to DocumentLayoutMode.Flow using the button near the percentage zoom value in the footer bar. Doing so, the copied image is not in the editor view anymore.
The only ways to make it reappear are:
1. Placing the cursor after last document word then pressing the "Enter" key repeatedly.
2. Going back to Page mode.
It seems that the document measure method doesn't keep in count floating images, but only text elements.
Thanks in advance.
Fabrizio