Re: How can a tree change its 'rows' attribute automatically?
Neil <[email protected]> Thu, 12 Dec 2013 23:29:48 +0000
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >I'd like the tree to use the whole height available within its parent container. > > Your tree is already using the whole height available within its parent container, without the use of the rows attribute. ><window id="yourwindow" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml"> ><vbox id="SeSettingsBox"></vbox> ></window> > > But your parent container isn't using the whole height available within the window. Add flex="1" to the vbox to fix that. -- Warning: May contain traces of nuts.