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

vertical TileList doesnt display horizontal scroll bar by default -- horizontalScrollPolicy should be set to auto

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • Adobe Flex SDK 3.0 (Release)
    • None
    • mx: TileList
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and run attached .MXML file or .SWF file
      2. Note that only 8 of the 10 items are displayed, but there are no vertical or horizontal scroll bars.

      Actual Results:
      No scroll bars are displayed. Since the direction is vertical, new columns are added offscreen and therefore we should get a horizontal scroll bar. Unfortunately, it looks like ScrollControlBase sets the horizontalScrollPolicy to "off" (ScrollPolicy.OFF) by default.

      Expected Results:
      The horizontal scroll bar should be visible (and set to auto by default – or possibly just overridden to auto in TileList class).

      Workaround (if any):
      if you set the TileList control's direction property to vertical, you need to set the horizontalScrollPolicy to "auto" or "on"

      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: