Koen Zwikstra presents part four of a series of blog posts on Document Toolkit and this time he demonstrates how to use a custom book control to flip through the pages of an XPS document. If you are not familiar with his previous work we recommend you to read these first: Part 1: Customizing the document viewer, Part 2: Using the WebPackageReader and Part 3: A better document service.
As I blogged in part one of this series it is very easy to customize the look and feel of the FixedDocumentViewer control by replacing the ItemsPanel displaying the document pages. Unfortunately the Silverlight Book Control is a stand-alone UserControl, so we need to take another approach here.