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!

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.