Qt 5.7. I have QTreeView with setAnimated(true). If expand by branch icon, expanding is animated. If expand by double click on element, expanding is not work. If overload mouseDoubleClickEvent() and try QTreeView::expand() it not work for animation too.
Any idias?