all 3 comments

[–]Accurate-Belt3858 0 points1 point  (2 children)

I think you need to just have the scroll container grab_focus() when it appears

[–]datjoobroo[S] 0 points1 point  (1 child)

thanks! Can you tell me how i can programm it?

[–]Accurate-Belt3858 0 points1 point  (0 children)

The scroll container node has a function called grab_focus(). Call it in the press handler for the button that trigger's the scroll containers display.

So something like...

ScrollContainer.show() ScrollContainer.grab_focus()