ComponentOne TileControl for WinForms
In This Topic
    TileControl for WinForms Samples
    In This Topic

    Please be advised that this ComponentOne software tool is accompanied by various sample projects and/or demos which may make use of other development tools included with the ComponentOne Studio.

    Please refer to the pre-installed product samples through the following path:

    Documents\ComponentOne Samples\WinForms

    The following table provides a short overview of each sample.

    Sample Description

    Databound

    Shows an example of binding C1TileControl to a data source. A tile element is generated for each row in the associated DataTable (except those skipped in the FilterItem event). You can map data columns to the properties of the autogenerated Tile components. If some columns contain cryptic foreign key values (such as Product.SupplierID), use the Lookup property of the PropertyMapping object to replace those values with meaningful strings (such as Supplier.Country) from another table or data source.

    TileImages

    The sample shows how to display images on tiles using various techniques.

    TileLayout

    The sample shows various methods of laying out the template elements.