A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Making Panels wrap to two rows or more

  1. #1
    Senior Member
    Join Date
    Apr 2001
    Posts
    528

    Making Panels wrap to two rows or more

    I am using a for loop which creates 4 panels inside a tabnavigator. the problem is the panels all display in a vertical row. I am wanting to have two panels in row one then another 2 panels under that in row two. Not 4 in a vertical line.

    Anyone have experience with this? Thanks.

  2. #2
    supervillain gerbick's Avatar
    Join Date
    Jul 2000
    Location
    undecided.
    Posts
    18,986
    Code:
    <mx:Panel layout="horizontal" />
    That's not an option, have it fill up 50% of your width, per Panel, within a Canvas and force it to fill in the first two on the first line horizontal, thenstep under with the following two underneath it?

    [ Hello ] | [ gerbick ] | [ Ω ]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center