I have a problem when I try to set the scroll position in a scroll panel as follows:
'MGWT ScrollPanel.scrollTo(0, y) leads to Cannot read property 'style' of undefined'
I notice that the above is marked as an outstanding issue. Does anyone know of a workaround for this? The really funny thing is that I have done the same thing on a different scroll panel in the same application and it works fine. Must me something to do with the content perhaps?