Question

Is there a way to make the elements of a VBox smoothly move to their new positions when a new element is inserted or removed?

I actually need only to make them move smoothly when I remove an element. Thank you for your answers!

Was it helpful?

Solution

Not without extending VBox and adding your own code to do so by overriding the addChild and removeChild functions.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top