Hello everyone one:

I have create a row of buttons for my mobile app using a composite and an
HBox layout.
Can someone please tell me, how do I make the buttons take use up the full
screen?
That is, right now, each button is only the size it needs to be to fit its
text.
However, I want the buttons in that row to arrange themselves to take up the
full width of the row.

This is my code so far:

        var row=new qx.ui.mobile.container.Composite();
        row.setLayout(new qx.ui.mobile.layout.HBox().set({alignX:"center"}));
        row.add(button1);
        row.add(button2);

Thanks for your time and kind concern.








--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/how-to-make-a-hbox-composite-to-maximize-its-content-horizontally-tp7583653.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to