I am new to NGUI.
So far, I am have happy with it.
I want to make scrollpanel without scroll bar so I tried on 2nd camera type.
I made scrollpanel move but when I pressed button(as an item) inside list of scrollpanel (UITable),
the button had not respond. I had checked the collide and test outside the scrollpanel to see does button item work or not?
Button worked fine outside scrollpanel. I applied script "OnClick" and "OnSelect" function to the button item but I still cannot activate button.
Moreover, I do not understand how to set spring position for the first and last item. I found that the spring position script was created when the first or last item hit the edge of viewport.
Now, it seems spring back to half of view like the following drawing.
============
XXXXXX XXXXXXX
============
Can anybody help? How do I fix it?