CatalogItemTileListingControl
CatalogItemTileListingControl is a legacy tiled item listing control introduced in v2.6. The legacy source describes responsive tiles, configurable paging, detail links, and optional characteristic filtering.

Configurable properties
| Property | Default | Valid values or format | Effect |
|---|---|---|---|
CurrentPageNot specified | Not specified | Sets the current page. | |
CurrentSortOrderString | see GetDefaultSort() | Sets the current sort order. | |
DataSourceNot specified | Not specified | Sets the listing data source. | |
DisplayControlNot specified | Not specified | Sets the display control. | |
FilterDataTableNot specified | Not specified | Sets the filter data table. | |
LearnMoreLinkCSSClassString | "Learn More Link" | Sets the CSS class for the detail link. | |
LearnMoreLinkTextString | "Learn More" | Sets the detail-link text. | |
PageSizeInteger | see ComConfig.CatalogListingPageSize | Sets the number of items shown per page. | |
photoLocationString | see UsePhoto | Sets the photo location. | |
PhotoWidthInteger | 0 | Sets the photo width. | |
ShowTileBorderBoolean | true | true, false | Controls tile-border display. |
TileHeightInteger | 350 | Sets the tile height. | |
TileWidthInteger | 25 | Sets the tile width. | |
UsePhotoString | "Photo1" | "Photo1", "Photo2" | Selects the photo to use. |
SitePages.config example
The following example loads CatalogItemTileListingControl.ascx and applies the documented literal defaults. The following properties are omitted because they do not have documented literal defaults: CurrentPage, CurrentSortOrder, DataSource, DisplayControl, FilterDataTable, PageSize, photoLocation.
<Control src="CatalogItemTileListingControl.ascx"
LearnMoreLinkCSSClass="Learn More Link"
LearnMoreLinkText="Learn More"
PhotoWidth="0"
ShowTileBorder="true"
TileHeight="350"
TileWidth="25"
UsePhoto="Photo1" />
Add this <Control> element to the appropriate page placeholder as described in The SitePages.config File.
Inherited properties
CatalogItemTileListingControl inherits listing behavior from ListingControl and shared conditions from CyberStoreBaseControl.