OlivierLDff / Qaterial

🧩 Collection of Material Components based on QtQuickControls2.
https://olivierldff.github.io/Qaterial/
MIT License
291 stars 54 forks source link

How to increase the speed of TreeView expansion/collapse #147

Open dix75 opened 1 year ago

dix75 commented 1 year ago

The TreeView component works fine, but if I create 100+ nested items, then the collapse time takes a long time. How can I improve this behaviour?

OlivierLDff commented 1 year ago

Qml now comes with a TreeView component, better rewrite your own stuff with that. Qaterial TreeView is more a hack, that was done before qml treeview became available.