Present UIElement objects as if they were pages in a regular paper book. You can see two elements at a time, add shadows, turn pages with the mouse, and more with ComponentOne Book™ for WPF.
Book enables you to customize the look and feel of the book pages; for example, show page folds and display inner and outer shadows. It not only looks like a book, but can be interacted with like a book. Turn pages by dragging the mouse or double-clicking the edge of the page.
Turn pages horizontally or vertically.
C1Book is an ItemsControl, so you can bind it to any data source. Each item in the data source can be a UIElement or a generic object that gets converted into a UIElement using templates.
Book supports different templates for odd and even pages, and it is possible to define custom pages like the cover.
You can manipulate the pages programmatically, providing UI indexes for faster navigation.