Customizing the metamodel > Using ListOf, OneOf, and ExpressionOf > ListOf > Creating grids for listof
  
Creating grids for listof
To display the items in a ListOf property as a grid, add the ASGRID keyword.
Example
Definition "Use Case"
{
CHAPTER "Steps"
PROPERTY "Use Case Steps"
{ EDIT COMPLETE LISTOF "Use Case Step"
KEYED BY { "Package", "Use Case Name":Name, Name}
ASGRID LENGTH 1200
}
}
Example of LISTOF ASGRID list
This graphic is described in the surrounding text.
See also
ListOf