TreeView Real Studio and Xojo Plugin

TreeViewMeasure Module

Measurement constants for usage with the GetMeasure function.

The constants are used like:
myValue = TreeView1.GetMeasure(TreeViewMeasure.NodeHeight)

module TreeViewMeasure

Constants

HeaderHeight = 0Use this constant together with the GetMeasure function to get the header height.
ContentAreaHeight = 1Use this constant together with the GetMeasure function to get the height of the scrolling content.
ContentAreaWidth = 2Use this constant together with the GetMeasure function to get the width of the scrolling content.
NodeHeight = 3Use this constant together with the GetMeasure function to get the node height.
NodeExpandIndent = 4Use this constant get the amount of pixels that a child node gets indented from its parent node.