ComponentOne Tiles for UWP
In This Topic
    Key Features
    In This Topic

    Tiles for UWP includes the following key features:

    With the C1FlipTile and C1SlideTile classes, you can create tiles that display alternating content with a sliding or flipping animation. Simply design your template and provide content to the control. The updates and animations are handled automatically.

    Tiles have been specially designed for Universal Windows apps. Each tile control exhibits the same interactive behavior as the start screen live tiles on Windows 8 or 10 and Windows Phone. This means your app will present familiar behavior to the user and you don’t have to lift a finger (except to select a tile).

    Tiles can flip, slide and show updated, "live" content. You can easily control the update interval using the static C1TileService class and the UpdateInterval property. See Updating the Tile Content for details.

    Tiles can be hosted in any ItemsControl containers such as C1TileListBox, C1WrapPanel, or the standard GridView and ListBox controls. Thus you can use C1Tiles in data bound scenarios. Each container presents a different way to arrange multiple C1Tiles together giving you endless combinations and possibilities.

    Not all tiles must be created equally. Combine tiles of different types and sizes together to create displays uniquely catered to your application.

    See Also