How do I create a drop-down menu/box?

Hey,
Sorry if this has been answered before, but is there a way to create a little button or label that, when clicked, can “drop-down” to reveal extra labels and information?
I have found something similar for Thunkable Classic, but I’m not sure if it works for Thunkable X too.
Thanks!
Viper

Hi,

сreate a Label and Button for the drop-down list, as well as a hidden ListViewer under them. When you click on the Button, show the ListViewer. If you select an option from the ListViewer, assign it a Label and hide the ListViewer.

1 Like

Such an example is also in the project that I gave you, but it did not start on Android. Only in this example I need to change the work with the visibility of the list. Let’s wait for the developers to fix Android.