Skip to main content

TcxTreeListColumnPosition.VisibleRowIndex Property

Returns the visible vertical position of the band row containing the column, within the column header panel.

Declaration

property VisibleRowIndex: Integer read;

Property Value

Type
Integer

Remarks

This property returns the band row’s position within its BandRows.VisibleItems collection.

To programmatically move a column to a specific band row within its band, use the RowIndex property or call the SetPosition or SetPositionEx method.

To specify whether end-users can vertically move or stack columns, use the TreeList control’s OptionsCustomizing.ColumnMoving and OptionsCustomizing.StackedColumns properties.

See Also