
Announcements
Hi,
In my app am using a Scrollable screen for design.
I want to disable or hide scroll bar in design view.
Is is Possible to hide or disable scroll bar?
Thanks,
Dhinesh R
Hi, with a form you cannot hide the scroll bar but with a gallery you can, the setting is shown below when a gallery is selected. To get this to work you would need to create a collection containing the questions for each line of the gallery and then add a text input, for example, for the user to put a response in. then patch the answers to in your gallery using the ForAll() function where column1 would be the response ID, either date / username etc / column2 is the questions, column3 is the answer.
a slightly different way to do it would be when creating your initial questions collection you could also have more than one question for each line of the gallery, you could have all questions in one row that scroll without the scroll bar. then have a submit button at the bottom that patches the answers to a signal line in your data source.
for this to work you would need to create a database with columns, then create a collection in PowerApps with 1 empty row. this will allow the user to fill out the answer