Hello, I have a custom component that displays data in rows with column headers. These rows are within a group that is wrapped around a scroller component that is locked to vertical scrolling. The column header is in another group that is outside of the inner scroller and therefore does not scroll vertically, but it and the rows are children of an outer scroller component, which is locked to horizontal scrolling. The idea is to be able to horizontally scroll the whole component when the device is rotated to portrait mode, but still scroll the rows vertically while the column headers remain visible. It seems tho that the outer scroller is capturing the touch events needed to scroller the inner scroller vertically. Is there another approach that I should be looking at?
thx -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Scroller-Within-Scroller-tp6393.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
