How to achieve flow layout in XUL? -
I am making an UI using XUL I have n buttons that I would like to add, and all the things that I I'm worried that they appear on all forms, regardless of the size of the form. If I add a new button later or remove an existing button, then I just want to add a & lt; Button & gt; Instead of moving things around grids or hbox / vbox elements, element
is there any way to get this behavior? It seems weird that I can not get it, given that it has default behavior in HTML
Try this:
& lt; Details & gt; & Lt; Button / & gt; & Lt; Button / & gt; & Lt; Button / & gt; & Lt; Button / & gt; & Lt; Button / & gt; & Lt; Button / & gt; & Lt; Button / & gt; & Lt; Button / & gt; & Lt; Button / & gt; & Lt; / Description & gt;
PS You probably want to think about your user again if you have a large and continuous number of buttons in a row :)
< / Div>
Comments
Post a Comment