Hi
In my VC++ 6 app I create a CTreeView with just the root element and
display the GUI to the user. When I later add some child elements to
the CTreeView (in response to an action in another part of the
application) I find that the elements are hidden (which is fine), but
no "+" sign appears by the root element to notify the user. If the
user clicks where the "+" sign would be, the "+" sign appears (along
with the child elements). What do I need to run when adding elements
to the view to ensure that any new "+" signs appear ?
Many thanks,
Neil.