I am almost complete with porting my game over to DPAD with NGUI. Just one last thing.
The game uses UIScrollBar and has prefabs inside which are selectable buttons. If I move the controller up or down, the selected button moves fine. However it also moves the scroll bar too (I have Pan set to horizonta as well). Is it possible to adjust UIScrollBar so that it keeps whatever is hovered over, central inside the UIScrollBar in view? Obviously if it's the first, or last item, then it should still be at the top / bottom of the UIScrollBar.
Essentially I need to decouble pan as it's being used by whatever has hover in the window.
That way, in controller mode, I could select the different objects and the scroll bar would auto scroll as I went through them