I have two buttons, (next button and previous button) that moves to the next or previous record, I am using IEnumerator for this and added the MovePrevious method. Upon moving records, I am manually populating the data of this FlowDocumentPageViewer. I am thinking, is there a way that I can just bind the FlowDocumentPageViewer to a collection or something so that when I traverse records then it will automatically reflected in the viewer?
Thanks!