Override ScrollList scrolling
Is it possible to override a ScrollList so that list scrolling is controlled by a separate widget? This separate widget is on the same screen as the ScrollList, but is outside of the ScrollList. I would still like to be able to use normal press & release on the Items inside the ScrollList.
In other words, I do not want to allow the user to scroll the ScrollList by dragging on the ScrollList itself.
If that is possible, exactly what would need to be overridden to accomplish that?
