The <menuSize> object sets the menu row height, and therefore how many entries fit on screen.
| View | Name | Element |
|---|---|---|
menu |
menuSize |
The menu row height |
This object cannot be created with extra="true".
This element name is written
menuSize, with a capital S, unlike every other menu element name. A<menuSize name="menusize">is silently ignored.
| Property | Type | Purpose |
|---|---|---|
height |
Float | Menu row height, as a fraction of screen height. |
<view name="menu">
<menuSize name="menuSize" height="0.06" />
</view>