Re: How can a tree change its 'rows' attribute automatically?

[email protected] Thu, 12 Dec 2013 20:02:35 -0800 (PST)
Newsgroups gmane.comp.mozilla.devel.xpfe
Message-ID <[email protected]>
Neil,

Thank you. That fixed it.

On Friday, December 13, 2013 10:29:48 AM UTC+11, Neil wrote:
> Your tree is already using the whole height available within its parent 
> 
> container, without the use of the rows attribute.
> But your parent container isn't using the whole height available within 
> 
> the window. Add flex="1" to the vbox to fix that.