I am using the DevExpress TreeList in a .NET WinForms application to show hierarchical data.
The outline column (the one with the indents and the plus/minus buttons) is currently always the first column, even if the user moves columns around.
Is there any way to use a different column for this purpose?
Thanks in advance!