If the number of rows is not set, die height of the list depends on the number of entries.
The number of rows can be set by the
size
attribute.
A list has at least two rows, therefor values
less than two have no effect.
<tc:selectOneListbox label="List" size="3">
<tc:selectItem itemLabel="Alpha"/>
...
</tc:selectOneListbox>