Table of Contents

TMS FNC Tile List User Guide

TTMSFNCTileList displays items as a configurable tile grid. It supports horizontal and vertical orientations, paged or continuous scrolling, drag-reorder, multi-select, live filtering, and full custom drawing through OnDrawTile — use it for icon grids, dashboards, app launchers, or any card-layout collection.

Topics

Guide Description
Tiles, layout, and navigation Grid configuration, tile items, navigation modes, orientation, reordering, selection, filtering, and custom drawing.

Key properties

Property Purpose
Items The tile item collection; each item carries text, a bitmap, and custom data.
Layout.Columns / Layout.Rows Number of columns and rows in the tile grid.
TileWidth / TileHeight Pixel size of each tile cell.
Orientation toHorizontal or toVertical scrolling direction.
Navigation tnPaging (page-at-a-time) or tnScrolling (continuous scroll).
AllowDragReorder Allow the user to reorder tiles by dragging.
MultiSelect Allow more than one tile to be selected at a time.
OnItemSelected Fires when the user selects a tile.
OnDrawTile Provides custom drawing for individual tile cells.

See also