A layout with an optional "typical" item used for measurement when a layout doesn't have access to valid measurements, such as in virtual layouts.

Available since

1.4.0

.

Variables

typicalItem:DisplayObject

An optional "typical" item that is used when an item's measurements are unknown.

The typicalItem property should not be set if using a data container, such as ListView, TreeView, or GridView. The data container will populate this property automatically.

Available since

1.4.0

.