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

    TileView for UWP includes the following key features:

    The C1TileView control is a very interactive control. Each tile can be viewed in three different states and users can toggle between states by simply tapping the tile header. Users can also rearrange tiles by simply sliding or flicking tiles in any direction. Smooth animations occur as tiles transition from one state to another.

    Each tile can be viewed in three states: Maximized, Minimized and Default. Show more or less information for each tile easily using any of the item templates. Default state is when all tiles are displayed at the same size.

    Tiles can be minimized to the top, left, bottom or right side of the C1TileView control by just setting one property. You can also specify the number of rows and columns when in the default state.

    C1TileView is an items control which can be bound to any collection of business objects. Specify element bindings inside item templates as you would for any items control.

    The C1TileView control supports UI virtualization so it can load and display hundreds of items without affecting performance.

    See Also