You might have noticed that I have been posting a bunch of questions lately I’m trying to build an app that will allow mountain bikers to track their bike settings. This has become quite the learning project for me and I guess that’s a good thing. The best way to figure out how to use a product is by creating a project and actually using it! My users will need to capture a lot of settings. My guess is that there will be more settings then can fit on the screen without making the screen to cluttered. Is there a scrolling option for input fields? I would rather not have to break up the fields into different screens if possible.
2 Likes
You can make a container scrollable. In the legacy interface, that would be a row or column. I’m not sure how you achieve that in the new drag-and-drop interface.
1 Like
You can also make the whole screen scrollable. Both options work.