Indicates how to show the items of a Menu object.
List | The items will be shown as a list. |
Platform Default | The items will be shown using the platform's default style. |
Table | The items will be displayed as table cells. |
Tabs | The items will be shown as tabs. |
Objects: Menu
Generators: Android, Apple
You can find this property when positioned on the Menu object main node:
![image_202371314164_1_png](/commwiki/apgetwikiimage?55314,1)
The default value is "Platform Default".
This property applies only at design time.
Control property value |
Runtime result |
|
![MenuObject-Runtime-ItemsShownAsList](/commwiki/apgetwikiimage?55317,2) |
|
![MenuObject-Runtime-ItemsShownAsTable](/commwiki/apgetwikiimage?55316,2) |
|
![MenuObject-Runtime-ItemsShownAsTabs](/commwiki/apgetwikiimage?55315,2) |
Note: When generating for Android, the Tabs navigation is only present in the Main Object. There is no way to keep it in the platform.
Several ways to show a Menu