Hello. I'm trying to add gamepad in our game. I need to make menu with lots of selectable elements. When user selects object which is out of screen bounds - elements scroll to this object. So it's very similar to scene Example 7 - Scroll View (Panel)
Is it possible make menu like in this scene, but without this gap when user selects first element?

I used to select middle object when selected first object, but I've got another gap:

SO the first object is little out of screen. And if I have 2 items on screen I event don't have this middle object.