Source
In previous versions of Flex, every container had this functionality by
default. While extremely convenient for the developer, it also meant that
every container was burdened with this extra code even though it was
hidden the vast majority of times. In Flex 4, you need to specifically
indicate when an area is scrollable. Tis is accomplished via a special
tag named Scroller that wraps your Group tag.
1: <s:Scroller height="65">
2: <s:Group>
3: <s:layout>
4: <s:VerticalLayout/>
5: </s:layout>
6: <s:Button label="1"/>
7: <s:Button label="2"/>
8: <s:Button label="3"/>
9: </s:Group>
10: </s:Scroller>
Friday, October 8, 2010
Scrolling content in Flex 4
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2010
(147)
-
▼
October
(27)
- Taglist in shell
- Shell word frequency filter
- tr shell command example
- shell script for converting tab separated values t...
- a fantastic resource for unix command line examples
- cut and awk for same job : extract fields and join...
- shell pattern matching
- shell case switch
- shell command line looping (tested on cygwin)
- uniq
- The Pragmatic Programmer
- Demeter's law
- Actionscript singleton class template IntelliJ Idea
- sorting lines with vim
- Shell sample commands
- Shell sample commands
- Finding all files newer than a given file
- Problems in running shell scripts on cygwin
- extracting social security number from an xml file...
- Linting php files from command line in Cygwin
- Executing vim commands from command line
- bookmarklet for changing a page's max size
- Flex 4 difference between property and class
- Scrolling content in Flex 4
- Flex 4 basic layouts
- AS-3/Flex Dictionary weak keys
- php.ini on production
-
▼
October
(27)
No comments:
Post a Comment