Re: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of available width?

2007-11-18 Thread Josh McDonald
__ > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Josh McDonald > Sent: Sunday, November 18, 2007 4:35 PM > > > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Vertical scrolling without horizontal scrolling? > Ho

RE: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of available width?

2007-11-18 Thread Alex Harui
han the width of the scrollbar? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Sunday, November 18, 2007 4:35 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of availab

Re: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of available width?

2007-11-18 Thread Josh McDonald
TECTED] On > Behalf Of Josh McDonald > Sent: Wednesday, November 14, 2007 4:52 PM > > > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Vertical scrolling without horizontal scrolling? > How do I make 100% == 100% of available width? > > > > > > >

RE: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of available width?

2007-11-14 Thread Alex Harui
ald > Sent: Tuesday, November 13, 2007 11:13 PM > To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > Subject: Re: [flexcoders] Vertical scrolling without horizontal scrolling? > How do I make 100% == 100% of available width? > > > > > > > > Th

Re: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of available width?

2007-11-14 Thread Josh McDonald
oders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Josh McDonald > Sent: Tuesday, November 13, 2007 11:13 PM > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Vertical scrolling without horizontal scrolling? > How do I make 100% == 100% of available width? >

RE: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of available width?

2007-11-13 Thread Alex Harui
rs@yahoogroups.com Subject: Re: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of available width? The content is set up to be in some cases 100%, otherwise it's anchored to top/bottom/sides. If I have the container (vbox) anchored to the bott

Re: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of available width?

2007-11-13 Thread Josh McDonald
The content is set up to be in some cases 100%, otherwise it's anchored to top/bottom/sides. If I have the container (vbox) anchored to the bottom of the application, or no height specifcation at all, or any %, it simply grows out and i get the dual scrollbars. If i specify a pixel height, the con

RE: [flexcoders] Vertical scrolling without horizontal scrolling? How do I make 100% == 100% of available width?

2007-11-13 Thread Alex Harui
Does the content need to fill the width of the container? If it does, I think you'll always get an hbar since even narrowing it would obscure content. Otherwise, try setting minWidth=0 on the content items and maybe the container as well. From: flexcoders@