salutations,
how can we use a TreeView/Tree Control so that it is always expanded or collapsed?
so that, for example, every item we insert to it using the TVM_INSERTITEM message is expanded.
thank you in advance.
This is a discussion on [C] keeping a TreeView always expanded or collapsed within the Windows Programming forums, part of the Platform Specific Boards category; salutations, how can we use a TreeView/Tree Control so that it is always expanded or collapsed? so that, for example, ...
salutations,
how can we use a TreeView/Tree Control so that it is always expanded or collapsed?
so that, for example, every item we insert to it using the TVM_INSERTITEM message is expanded.
thank you in advance.
Use the TreeView_Expand() function to expand the new nodes.