TTMSFMXTreeView column order

Is it possible to have the column that has the "tree" part as the second column, rather than the first?

Alternatively, have one or more images appear before the + and -  symbols that are the "tree" part?

Dear Mr. Nottage, 


The tree part can be moved to the second column, or any other column with the ExpandColumn property under NodesAppearance.

TMSFMXTreeView1.NodesAppearance.ExpandColumn := 1;

The first column can then be used for text/images. Please note that when extended nodes are also expandable/collapsable then moving the expand column to the second column will no longer allow expand / collapse.

Kind Regards, 
Pieter

Oops.. Sorry.. posted a blank reply :-)

Thanks for your help, Pieter