I'd like to add a Column for an image, but the column is always added to the end of the columns. How do I add the column as the first column?
After you add the column, you can set move it to the beginning like so:
column.Header.VisiblePosition = 0;
What is a "column"? I can't find the Header property anywhere in the UltraTree object model.
For example, UltraTree.ColumnSet.Columns[0].Header doesn't exist.