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

[ASDoc] VerticalLayout documentation issues

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • None
    • Spark: VerticalLayout
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      1.requestedRowCount : int
      "The measured size of this layout will be big enough to display the first requestedRowCount layout elements."
      should be:
      "The measured size of this layout will be tall enough to display the first requestedRowCount layout elements."

      variableRowHeight : Boolean
      "Specifies that layout elements are to be allocated their preferred height."
      should be:
      "Specifies whether or not layout elements are to be allocated their preferred height."

      fractionOfElementInView(index:int):Number
      "An index is "in view" if the corresponding non-null layout element is within the vertical limits of the layout target's scrollRect and included in the layout."
      should be:
      "Returns 1.0 if the specified index is completely in view, 0.0 if it's not, and a value in between if the index is partially within the view. "

      paddingLeft
      "All layout elements will have at least that much space on the left."
      should be:
      "The minimum number of pixels between the container's left border and the left edge of the layout element."

      paddingRight
      "All layout elements will have at least that much space on the right."
      should be:
      "The minimum number of pixels between the container's right border and the right edge of the layout element."

      variableRowHeight
      "If false, the actual height of each layout element will be the value value of rowHeight."
      should be:
      "If false, the actual height of each layout element will be the value of rowHeight."

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: