TreeView Xojo plugin

TreeView.MeasureValues Enum

Enum that defines parts to measure with the GetMeasure function.

enum TreeView.MeasureValues

Constants

HeaderHeight = 0Height of the header.
ContentAreaHeight = 1Height of the content area.
ContentAreaWidth = 2Width of the content area.
NodeHeight = 3Height of nodes.
NodeExpandIndent = 4Indent of expanders. (Node this will multiply depending on how deep nested your nodes are).