TcxTreeListOptionsCustomizing.StackedColumns Property
Specifies whether users can stack columns using drag and drop.
Declaration
property StackedColumns: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to False to prohibit columns from being stacked using drag and drop. Setting this property to False doesn’t collapse the existing stacked columns.
Users can drag and drop columns only if the TreeList control’s OptionsCustomizing.ColumnMoving property is set to True. You can use a column’s Position.RowIndex property or Position.SetPosition and Position.SetPositionEx methods to programmatically stack columns, regardless of the StackedColumns property value.
The default value of the StackedColumns property is True.
See Also