I'm creating a document I'd like to print later. This document shall contain a grid that lists items like a table, including a header row. The number of items varies and therefore it is possible that the grid exceeds the bottom boundary of a single page. When that happens, I'd like to continue on a second page, the "table" header shall be on it again. I 'm adding the rows programatically in a for-loop.
Do you know a way how to detect if the bottom page boundary is exceeded? Maybe there's a different approach.
The Solution is to take a StackPanel as the "root child" for each FixedPage. I then can add content and measure it.
MaxPageContentHeight is defined as the following: