Extended Library for UWP | ComponentOne
Extended Library Overview / Book for UWP / Working with Book for UWP / Book Navigation
In This Topic
    Book Navigation
    In This Topic

    At run time users can navigate through the C1Book control using gestures. Users can tap on one of the book zones or perform a slide operation to turn the page. The C1Book control includes navigation-related methods, properties, and events to make it easier for you to determine what page a user is currently viewing, and to set the application's actions as users navigate through a book.

    Note: When you turn a page, the page displayed on the left of the two-page spread will be the C1Book.CurrentPage. Page numbering begins with 0 and page 0 is always displayed on the left. So if C1Book.IsFirstPageOnTheRight property is set to True, the first initial page of the book displayed on the right side will be page 1 with a hidden page 0 on the left side.
    See Also