TreeView.MeasureValues Enum
Enum that defines parts to measure with the GetMeasure function.
enum TreeView.MeasureValues
Constants
HeaderHeight = 0 | Height of the header. |
ContentAreaHeight = 1 | Height of the content area. |
ContentAreaWidth = 2 | Width of the content area. |
NodeHeight = 3 | Height of nodes. |
NodeExpandIndent = 4 | Indent of expanders. (Node this will multiply depending on how deep nested your nodes are). |