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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -