MATLAB: TreeView inside a ListView

matlab gui

Is it possible to add a TreeView inside a ListView
Example :
treeview_draganddrop.png
like above Treeview with Listview. Please any one give a valuable suggestion.

Best Answer

This does not appear to be a MATLAB question. Gtk is not part of MATLAB.
There is the File Exchange contribution https://www.mathworks.com/matlabcentral/fileexchange/58274-treeview which could in theory be extended, but there is no corresponding listview contribution.
There is the MATLAB component uitree() but there is no corresponding list facility.
There is uicontrol('style', 'list'), but the only way to put trees inside of those is to be using "traditional" figures and make changes at the Java level.