You can add menus in the designer, by choosing - Controls - Menu Editor.
Smartphones can only have two root menu items and only the right menu can have submenus.
Smart phone does not support listbox . I have to display around 123 lines of text in a single page . forms do not have scroll bars . what is the alternative ?
You can use ComboBox which is automatically expanded when the users presses on it, or if you only need to display the text then you can use a multiline textbox.