Hi,
Is it possible to store the status for each TreeItem, whether the item is expaned or collapsed? I have a two-dimensional list of elements. Meetings can be booked on each element. Now I want to save the layout so that after a new loading of the Gantt, the elements are displayed in the same form.
Here a short Example:
► Folder1 (collapsed -> Should be saved)
▼ Folder2 (expanded -> Should be saved)
Assignment1 (no Meetings)
▼ Assignment2 (expanded -> Should be saved)
Meeting1
Meeting2
► Assignment3 (collapsed -> Should be saved)
Assignment4
My question now: Is it possible to save and restore the status? If yes how?
Thanks and Regards,
Martin