How to set Animation for Items creating space for the Dragged Item on QTreeWidget in PySide6
I am trying to setup Animation to QTreeWidget so that when I drag an item between multiple items, those items move out of the way to make space for the dragged item. What would be the best way to implement this?