Specifies the number of items that display in a list box.
Syntax
object.size[ = number]
Parameters
object
A Listbox script object.
number
A positive integer.
Remarks
Determines the number of items that are displayed in a list box. When using the Listbox design-time control, the Lines property is mapped to the size script object property.