method FaceTree.EnsureVisibleColumn (Index as Variant)
Ensures the given column fits the visible client area.
Type
Description
Index as Variant
A long expression that indicates the index of the column, a string expression
that indicates the column's caption or the column's key
The EnsureVisibleColumn method ensures that the given
column fits the control's client area. The EnsureVisibleColumn method has no
effect if the column is hidded. Use the Visible
property to show or hide a column. Use the Position
property to change the column's position. Use the EnsureVisibleItem
method to ensure that an item fits the control's client area.