Hi,@Marino Liranzo. Welcome Microsoft Q&A.
The issue here is that the DocumentPaginator
of FlowDocument
does not paginate the BlockUIContainer
i.e it does not break the BlockUIContainer
content across multiple pages.
In short, you will have to create multiple BlockUIContainer each containing its itemsControl(ListView).
If possible, you could also try referring to the approach provided here for a solution's idea.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.