Alex, >Did you try: ensureCellIsVisible()? Hmm, I thought it is a method in DataGrid... which Cell ? No DataGrids in my code there, but a DataGroup.
ComboBoxGridItemEditor ? Again, there is no Grid or DataGrid in my code, it is more about DropDownList (or maybe ComboBox if I can disable editing text there), DataGroup and Scroller. Are you responding to a different post? The problem I am having with the Scroller is that even if I use scroller.viewport.verticalScrollPosition += scroller.viewport.getVerticalScrollPositionDelta(NavigationUnit.END); or scroller.viewport.verticalScrollPosition += dataGroup.getElementAt(0).height * ac.length; it only moves scroller to the row before the last, not the last one. I tried to add something extra like dataGroup.getElementAt(0).height or 2 or 3 of those, but still the same result. Is there a better solution to it? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/DropDownList-in-DataGroup-tp9785p9793.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
