WPF FlowDocument Add Block always into next Row
I have a simple goal: I want that a new Block added to my FlowDoc is always in the next row and if the first page is full, then skip to the next page (> Row 59). But if I run my code, the document seems to be divided into two columns and Row 60 appears on the first page (right) and not on the second (what I want to). Can anyone help me with this? Thank’s a lot.Screenshot