Hi, thanks for reply.
I try the code from your example in my project and it works fine, but there is one exeption
Each of my RenderRichText have there own Mesurements rr.X = uLeft, rr.Y = uTop and rr.Width = uWidth. The Height I get with calcsize and it works fine.
But, when I get a Pagebreak the Height of Calcsize is the whole RTFText-Height. And not only the part of the new Page, so I try AvailableBlockFlowHeight to get the available vertical space to calculate my new CurrentY-Position to render some text, graphics, next rtf and so on.
This works in your sample, when I use the Mesurements I get an Error on RenderBlock: "Object can't be rendered with RenderBlock() method, its coordinares are non auto." (also in your example)
When I use the RenderRichText, I get alway the same Values of AvailableBlockFlowHeight for each RTFText.
regards