The form has a ScrollBox. Several Layouts (Align: Top) are placed on the ScrollBox. 4 Labels are placed in Layout. The overall width of the Label is greater than the width of the Android screen. When the application starts, only the vertical scroll bar works. Horizontal doesn't work. Can you please tell me how to make the horizontal scroll bar work as well??
I tried changing align for Layouts (Align: Left). Then the horizontal scrollbar works. Vertical doesn't work.