Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当插入或删除新元素时,有没有办法让 VBox 的元素平滑地移动到它们的新位置?
当我移除一个元素时,我实际上只需要让它们平滑移动。谢谢您的回答!
并非没有扩展 VBox 并通过覆盖 addChild 和 removeChild 函数添加您自己的代码来做到这一点。