Stacked Columns
Columns can be arranged in rows (stacked). To accomplish this in code, you can assign a column’s Position.RowIndex property or call its Position.SetPositionEx method. End-users can stack columns by vertically repositioning their headers within the column header panel, using drag and drop. Data cell layout will be updated accordingly.
To prohibit end-users from stacking columns, set the TreeList control’s OptionsCustomizing.StackedColumns property to False.
End-User Capabilities
Member Table
See Also