Hi,I have a problem descripted as follows:
In screen ,I create a tree by TreeControl,and there is a CommandButton .By pressing this button ,a new node is added to the tree.
At this moment, the tree should refresh the data.
So my question is, whether the tree can remember the Expend and Collapse status of every node before adding the new node .If could, how to make it true?
Thank you!