I have a Layoutcontainer with a Rowlayout (Orientation horizontal) and I would like to add the items from right to the left, instead of left to the right.
I'm sorry, I explained it really bad.
The thing that I want is to align all the elements to the right side.
I have a row with 580px of width and I want to add 8 images of 30px each, but aligning them to the right instead of the left.
I've been trying with HorizontalPanel, this one has setAligment, but it doesn't work very well.