Hi,
I use a spinner control to show a list of name where the use should select one.
My problem is that, when the spinner open, it fill all my panel to bottom hiding all control below.
Hello Paolo,
The spinner or B4XComboBox expand the list automatically (up or down).
If you have the space in the design of the screen you could use a CustomListView with a height set to 2 or 3 items.
The scrolling will stay in that region.