I have the line:
_root.scrollbarInstanceName.scrollPosition=0;
to reset my UIScrollBar to the top every time something new is loaded in the textArea affiliated with it. The value of scrollPosition is being resent to 0 properly (I traced it) but the bar doesn’t actually scroll back to the top. If it was previously in the middle somewhere it just stays there. Any help?