ComponentOne Extended Library for WPF and Silverlight
Page Turning Options
Book > Book Features > Page Turning Options

By default, when users click once on a page fold the book will progress to the previous or next page. You can customize how pages turn on page click using the C1Book.PageFoldAction property. For example you can set PageFoldAction so that users must double-click on the page fold to turn the page, or you can prevent page turning on mouse click altogether, requiring that uses perform a drag-and-drop operation on the page fold to turn a page.

You can set the PageFoldAction property to any of the values in the following table to determine how users interact with the C1Book control:

 

 Value

Description

TurnPageOnClick

Turn the page when the user clicks the page fold.

TurnPageOnDoubleClick

Turn the page when the user double clicks the page fold.

None

Turn page when user drags the page fold across the book.