I want to arrange several items on one screen and display them by scrolling. Which widget can I use?
In some cases items on the same screen may need to be rearranged. For example, items such as Total Amount and Dose Rate disappear and the rest of the items should be placed in order. How can I implement it?
Commonly used widgets were grouped and created as a component. After copying this component, the Label was changed and the coordinates were modified. In this way, it seems to be able to align invisible components that are placed under the screen. But it’s a bit inconvenient. Is there any easier way?