TreeView Xojo plugin

TreeView.ColumnWidth Method

Sets or gets the column width for a specific column.

ColumnWidth(
   index as Integer) as Integer

ColumnWidth(
   index as Integer
   assigns value as Integer)

Parameters

index
The number of the column to set or get the width of. (The first column is number zero).
value (assignment parameter)
The value to set.

Returns

Integer

Remarks

The minimum total with of all columns is the with of the on screen area. If the total with is set to less then the last column is automatically made wider to fill the screen space.

Note:
In this version then this setter/getter function may be subject to change when we finish implementing the Column system.

See Also

TreeView Control