QML Tree View Expand or collapse Even while clicking on the text or the anywhere on the row
Unsolved
QML and Qt Quick
-
I Have a very basic QML TreeView which is getting Data from the C++ Side, The expand or collapse of the UI for tree view happens only when i click those arrow buttons on the left side of the tree View.
I want a Ui Such that when i am able to click on the Lable next to the arrow Even then the TreeView should expand or collapse accordingly.
Is there a way to do it in QML?