Hi,
Apologies as I have posted this twice (in the NGUI 3 Documentation ยป UIScrollView too) but was not sure which was the right 'room'
Is it possible to control a UIScrollView with keyboard and gamepad? We do not use mouse input and we would like to scroll through the elements of the scrollview using the keyboard or gamepad. So far we have attached UIKeyNavigation and UIButton components to the children of the UIScrollView and OnSelect() of each child we try to position the scrollview using SpringPanel.Begin(panel.cachedGameObject, offset, strength);
However it proves quite hard to do so in a way that mimics a natural movement through a list of items
Is there an example we could refer to or some advice
Thank you in advance