guido wrote:
> I've a xul tree where some columns are defined into a .xul file and
> some are dinamically created at run-time.
>
> Once all the columns are added to the tree, I need to change their
> displayed order.
>
> I tried to modify the ordinal* attribute but I can't make it to work.
>
> Which one would be best method to do it?
The tree tries to maintain the order internally. In particular, the
column ordinals are all alternate odd numbers so that splitters can be
put in between if required. Alternatively I suppose you could try
calling the _reorderColumn function to move your dynamic column.
--
Warning: May contain traces of nuts.