Extended Library for UWP | ComponentOne
Extended Library Overview / Book for UWP / Book Quick Reference
In This Topic
    Book Quick Reference
    In This Topic

    This topic is dedicated to providing a quick overview of the XAML used to create a C1Book control with five items and its current page set to 3 (page 4, since this is on a zero-based index). For more information, see the Book for UWP Task-Based Help section.

    Markup
    Copy Code
    <Extended:C1Book x:Name="c1book1" Height="300" Width="450" CurrentPage="3">
    <TextBlock Text="Hello World! 1"/>
    <TextBlock Text="Hello World! 2"/>
    <TextBlock Text="Hello World! 3"/>
    <TextBlock Text="Hello World! 4"/>
    <TextBlock Text="Hello World! 5"/>
    </Extended:C1Book>
    
    See Also