| 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
Constants
Left = 0 | Defines left alignment. |
Right = -1 | Defines right alignment. |