Hi,
i have a strange problem with the scroller of a list
if i put a list inside a panel and then i try to do something like:
list remain at the top and doesn't scrollCode:list.scroller.scrollTo({x:0, y:400});
but
if i scroll the list manually then that code works and list scroll down
it seems that in the beginning the list can't scroll, after manual scrolling can
Daniele