I might be able to dig further on Friday or this weekend. Note that scrollPolicy affects whether the scrollbars are factored into width, and viewMetrics includes the scrollbars if they exist.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Wednesday, January 30, 2008 4:48 PM To: [email protected] Subject: Re: [flexcoders] Re: container width > parent container's width when vertical scrollbar present Not as I understand clipContent. It just turns off scroll bars, no? What I want (and I assume the OP is the same) is for the value returned for "100%" to represent the "inside" width of a container, so when you scroll vertically, that value drops by ~20 pixels, instead of automatically adding a horizontal scroll bar if you've got anything attached to the RHS of the container by either a right="foo" or width="100%". -Josh On Jan 31, 2008 10:26 AM, Sherif Abdou <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: u mean like this? <mx:Canvas width="90%" height="400" clipContent="false"> <mx:Canvas width="100%" height="440"/> </mx:Canvas> ----- Original Message ---- From: Josh McDonald <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > To: [email protected] <mailto:[email protected]> Sent: Wednesday, January 30, 2008 6:11:46 PM Subject: Re: [flexcoders] Re: container width > parent container's width when vertical scrollbar present I've found the same as you, I tried all sorts of things and couldn't really find a nice solution. Perhaps there's some way I don't know of to get the equivalent of HTML's "clientWidth" and use that like width="{parent.clientWidth }" instead of width="100%"... I usually either set a verticalscrollbarpo licy of either "off" or "on" where I butt up against this problem. -Josh On Jan 31, 2008 9:55 AM, dfalling <[EMAIL PROTECTED] com <mailto:[EMAIL PROTECTED]> > wrote: I finally got around to testing this in Flex 3. Even with Flex 3 and setting minheight/minwidth, I still get those scrollbars. Any other possible fixes (preferably Flex 2)? Thanks --- In [EMAIL PROTECTED] ups.com <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > There's a couple of older threads in the archives on this topic. > Setting minHeight/minWIdth= 0 often helps > > > > ____________ _________ _________ __ > > From: [EMAIL PROTECTED] ups.com <mailto:flexcoders%40yahoogroups.com> [mailto:[EMAIL PROTECTED] ups.com <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of dfalling > Sent: Wednesday, January 16, 2008 2:43 PM > To: [EMAIL PROTECTED] ups.com <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] container width > parent container's width when > vertical scrollbar present > > > > I've run into a really annoying issue... If I have a container that > is higher than its parent container, it will add not only a vertical > scrollbar, but also a horizontal scrollbar. It does this even if its > width is set to 100% and it has plenty of room to display its > contents. The really frustrating thing about this is that no matter > how wide you resize the container, it will never be able to fit its > contents...it's always missing the same amount of space. > > To test, simply use the following code. Note the horizontal > scrollbar that will not go away. > > <mx:Canvas width="90%" height="400"> > <mx:Canvas width="100%" height="440"/> > </mx:Canvas> > -- "Good people will do good things, and bad people will do bad things. But for good people to do bad things-that takes religion." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED] com <mailto:[EMAIL PROTECTED]> ________________________________ Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. <http://us.rd.yahoo.com/evt=51733/*http:/mobile.yahoo.com/;_ylt=Ahu06i62 sR8HDtDypao8Wcj9tAcJ> -- "Good people will do good things, and bad people will do bad things. But for good people to do bad things-that takes religion." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>

