TreeView Real Studio and Xojo Plugin

TreeViewAlignment Module

Alignment constants for usage with the ColumnHeaderAlignment function.

The constants are used like:
myValue = TreeView1.ColumnHeaderAlignment(2) = TreeViewAlignment.Right

module TreeViewAlignment

Constants

Left = 0Defines left alignment.
Right = -1Defines right alignment.