I don´t know how to fix a problem with the text that goes down

Hello Community, I ask you a question because I don't know how to solve it: I'm trying to create a question and answer trivia game and since I couldn't think of any other way to make the questions appear and disappear, I did it by placing several vertical arragments and within them place labels with the questions and possible answers and then below I put a table arragment with several buttons and established that every time a button is pressed a vertical arragment appears visible and the remaining vertical arragments are placed invisible .


So far so good, the problem I have is that every time I press the different buttons to make the vertical arragments appear and disappear I notice that the questions begin to go down, the first one appears very high up, but the second one a little bit further down, and the third a little further and so on until the 8th question:




I would like all the questions to appear in the same place as the first but I don't know what I'm doing wrong, can someone help me? I thank you very much and I attach screenshots so you can see the layout of the vertical arrangements and the buttons.

Can you share your aia project so we can see how your components are all setup?

Also in Buttons 3,5,6,7,8 you do not hide VA 1, instead you hie VA 3 twice...

Here is a slightly tidier approach:

(Set all your VAs to not visible in the Designer, before you run the app), or run the hideVAs procedure in Screen.Initialise.

1 Like

Hi TIMAI, thanks for help me, I´ve already made what you advised me but I still have the same problem, the questions still goes down when I press any button, I share my aia and some screenshots
abc.aia (4.1 KB)


Thanks in advance..!!

Those labels occupy space as well as they are visible and even when there is nothing in them

2 Likes

Btw @Patricio_Tello_Rolda try this approach instead

1 Like

The problem is caused by the "unnecessary labels" (?) between each vertical arrangement. Removing these, removes the spaces you see

abc (1).aia (4.0 KB)

1 Like