Question
TLF reset scroll position (AS2)
hi
I'm trying to reset the scroll position in each load of XML:
myTLF.verticalScrollPosition = 0;
or
myTLF.minScrollPosition = 0;
or
myTLF.scroll = 0;
however i get an error "undefined property"
is there other property name that i should use?
thx
