How to create QML expandable listview?
Unsolved
QML and Qt Quick
-
wrote on 12 Nov 2016, 03:59 last edited by
As we know, Android has one expanablelistview control to build two level listview with expandable property. But how to create same one in QML? Any suggestion? Thanks in advance!
-
As we know, Android has one expanablelistview control to build two level listview with expandable property. But how to create same one in QML? Any suggestion? Thanks in advance!
wrote on 12 Nov 2016, 04:14 last edited by@AndyYang said in How to create QML expandable listview?:
As we known, Android has one expanablelistview control to build two level listview with expandable property. But how to create same one in QML? Any suggestion? Thanks in advance!
Please note the data for two level listview is dynamics from C++ mode list.
1/2