Thanks Derrell for you answer.
I need the horizontal spacer for having left aligned the additional column.
That's because the widthd of the contents at the left of the additional
column isn't fixed, it depends on the level of indentation and the width of
the left label.
I think that current des
dperez <[EMAIL PROTECTED]> writes:
> Here is how I create a row in the tree:
>
> var row = qx.ui.treefullcontrol.TreeRowStructure.getInstance().newRow();
> row.addIcon();
> row.addLabel(' '+myUri+' '+myCaption+' ');
> var comp = new qx.ui.basic.HorizontalSpacer;
> com
Hi,
I would like to create an additional column in a treefullcontrol, that
occupies remaining space.
The tree width is set to auto.
Here is how I create a row in the tree:
var row = qx.ui.treefullcontrol.TreeRowStructure.getInstance().newRow();
row.addIcon();
row.addLab