For example, I open a panel which has content larger than the viewable area, so I have to scroll down to view it all. At the bottom of the panel I click on the next panel header. The first panel collapses and the second one opens, but since I was already scrolled down I’m now still scrolled down and not at the top of the newly opened panel.
I figured I could use ScrollTo() on an open event of some sort but since your accordion object is automatic I don’t have an event to tie into. So how would I accomplish this?