سؤال

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!

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top