I need a view like a list, where I can add and remove a various number of elements at runtime. The elements should be able to swap their positions slowly.
Therefore I used a ScrollView on B4A, added 3-20 labels and 1 green (edit-)panel at runtime and moved them very awesome up and down.
But in B4J it looks like I cannot add panes or label to a ScrollView neither in the designer nor at rumtime... So what is it good for?
When I use a ListView I can add elements very easy. But now there is no way to move the positions smoothely any more.
What would be a similar solution for B4J?
Therefore I used a ScrollView on B4A, added 3-20 labels and 1 green (edit-)panel at runtime and moved them very awesome up and down.
But in B4J it looks like I cannot add panes or label to a ScrollView neither in the designer nor at rumtime... So what is it good for?
When I use a ListView I can add elements very easy. But now there is no way to move the positions smoothely any more.
What would be a similar solution for B4J?