On 10/15/05, Husain Kitabi <[EMAIL PROTECTED]> wrote:

> <mx:HBox xmlns:mx="http://www.macromedia.com/2003/mxml"; xmlns="*"
> xmlns:lsmclassgroup="com.lsmonline.client.dto.*"
> xmlns:lclassgroupView="com.lsmonline.client.view.course.classgroup.*"   
> height="100%" >
>
> <mx:Panel title=
> "Create Classgroup"  id="classgroupRegisterPanel" vScrollPolicy="auto" 
> height="100%">
>
> In my viewstack I add this component as
>  <lclassgroup:classgroupRegister id="classgroupReg" label="Classgroup" 
> width="100%" height="100%"  />
>
>
> classgroupRegister is a HBox with 2 panels. I require each panel to have its 
> own scroll bar. What I am getting now is scroll bar on HBox.

Try setting the heights of the panels to "{parent.height}" -- where
parent would be a reference to the ViewStack.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 




Reply via email to