Hello everyone, I need some guidance with scroll boxes, first time using them and I can’t for the life of me find out how to get my gamepad to work with them, and I see that they don’t have a “is focusable” option in the designer either. I’ll show screenshots of the logic here incase that’s what’s messed up. Thank you.
Since you can’t focus scrollbox, you could probably make elements inside it focusable, and make an event which scrolls to an element when it’s focused. Or wrap scrollbox with a panel that accepts focus, have it consume the scroll keydown events, and scroll its child via function.



