TreeViewExpandState Class
A class which stores the expand state of all the nodes from TreeView control.
With this class you can do best effort storage of the TreeView expand state when for example re-loading the tree from Database.
Best effort since of course Tree might not be same as you reload, something could have been removed or things added.
You create instance of this class by using the SaveExpandState on the TreeView or DesktopTreeView control.
Object
TreeViewExpandState
class TreeViewExpandState
Delegates
CompareNodeDelegate (console safe) | Delegate to use to supply custom node comparer for the state. By default nodes are compared by the Text. |
Supported Platforms:
macOS Intel 32 bitmacOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bit