Tech Support > Microsoft Windows > Development Resources > tree control in list view
tree control in list view
Posted by sweety_s on May 14th, 2008


Hi
I am using vc++(2005) and win32 programming no MFC.
I have a List view in which i want to insert the functionality of tree
in one cell of the list view.
As in tree we have a parent and children , i want to implement the
same.
but i cannot include the tree view control in to listview column
Can you please give me some ideas on how to implement this

Posted by Christian ASTOR on May 14th, 2008


On 14 mai, 14:01, sweety_s <gayatri.neel...@gmail.com> wrote:

You can use the standard "TreeList" window class (rasdlg.dll)


Similar Posts