Extended Library for UWP | ComponentOne
Extended Library Overview / Book for UWP / Working with Book for UWP / Page Turning Options
In This Topic
    Page Turning Options
    In This Topic

    When users tap once on a page fold the book turns the current page to the previous or next page. This is the default behavior of C1Book. However, you can customize how pages turn by using the C1Book.PageFoldAction property. For example you can set C1Book.PageFoldAction so that users must double-tap on the page fold to turn the page, or you can prevent page turning on mouse click altogether, requiring that users perform a slide operation on the page fold to turn a page.

    You can set the C1Book.PageFoldAction property to any of the following values from PageFoldAction 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.

    See Also