Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-33204

Interface between VGroup, VerticalLayout, HGroup, HorizontalLayout

    XMLWordPrintableJSON

Details

    Description

      It would be nice to be able to do something like:
      (myContainer as IDirectionalLayout).gap = 4;

      Currently it looks like:
      if(myContainer is VGroup)
      (myContainer as VGroup).gap = 4;
      if(myContainer is HGroup)
      (myContainer as HGroup).gap = 4;
      or:
      myContainer["gap"] = 4;

      Attachments

        Activity

          People

            Unassigned Unassigned
            cjaube Curtis J. Aube
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: