WinStudio
A tile is a specific type of form, which can be bound to a single collection row in another form. Use tiles to display key information succinctly, with user interaction options such as drag-and-drop, "pulling out a drawer" with more information, clicking to go to a different form, etc. Essentially, tiles are embeddable forms with limited capabilities.
When multiple tiles are displayed in a form, it is the container’s responsibility to manage the multiple UI controls and bind them to appropriate rows.
In tiles, the current row is indicated by a background color that is specified in the theme, or it uses the same color as the grid’s current row color. Current row status icons (new, dirty, error, and workflow) are displayed in the upper left corner, overlaid on the tile, similar to the way they are handled in grid rows.
Only tiles that are compatible with the grid (that use the same collection as the grid’s bound collection) are listed in the Tile Form Name property drop-down list.
Tile forms are very restricted as compared to other types of forms: