I'm using reflection library to find out if scrollview is scrolled up or down.
my first problem is that if I use reflect.Target = scroll it is impossible for scrollview to be scrolled and if I use reflect.Target = scroll.panel it is impossible to find out whether is scrolled up or down
so
1- Is...