I need to add a large number of ImageButton to the page. I added ScrollView in xml so that you could scroll.
When I launch the application, I see it and I can scroll through it, but when I'm in development mode, it’s very hard to add new buttons because here I can not scroll the page.
There is, of course, the option to add them via TextView in xml, but this is not at all convenient.
Perhaps something tell me?

RelativeLayoutcontainer in the Component Tree window on the left (in your screenshot). You can also move them relative to each other. Also for such a layout, the root container ofTableLayoutorGridLayoutmore appropriate, but notRelativeLayout- pavlofff