Skip to content

Save and restore the expanded state of TreeList nodes when refreshing data.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-treelist-save-restore-expanded-state-of-nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinForms TreeList - Save and restore the expanded state of nodes

This example demonstrates how to save and load the expanded state of nodes, the focused node’s position, and selected nodes. The project includes the TreeListViewState helper class that implements the SaveState and LoadState methods. These methods allow you to persist and restore the state of nodes.

Files to Review