| 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)
Constants
HeaderHeight = 0 | Use this constant together with the GetMeasure function to get the header height. |
ContentAreaHeight = 1 | Use this constant together with the GetMeasure function to get the height of the scrolling content. |
ContentAreaWidth = 2 | Use this constant together with the GetMeasure function to get the width of the scrolling content. |
NodeHeight = 3 | Use this constant together with the GetMeasure function to get the node height. |
NodeExpandIndent = 4 | Use this constant get the amount of pixels that a child node gets indented from its parent node. |