I have created a flowdocument that includes a table filled with data. When I paginate this flowdocument, I want to repeat the first TableRow (the column headers) on the top of each new page.
I have created a custom DocumentPaginator and overridden the GetPage method.
I use this custom pagenator to add a "Page x of y" to the bottom of each page.
Using this customer paginator, I can get the TableRow that I want to repeat by the FindName method but I don't know how to go about rendering it on the top of each new page.
Can someone point me in the right direction?
Rick
I have created a custom DocumentPaginator and overridden the GetPage method.
I use this custom pagenator to add a "Page x of y" to the bottom of each page.
Using this customer paginator, I can get the TableRow that I want to repeat by the FindName method but I don't know how to go about rendering it on the top of each new page.
Can someone point me in the right direction?
Rick