TreeView Xojo plugin

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 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit