Horizontal Scroll for group?

Lol , yep!

yikes… still cant get a group to scroll horizontally… is this smth that can only be fixed with code?

Yes, simple css for the x-overflow. Check got 3wschool for simple css like what’s needed. Add id to group and use the id in code via html element

I created a plugin for this, you just need to enter the ID of the parent group and activate it in the workflow when it is visible

My Projects (bubbleapps.io)

You might be able to use a repeating group for this:

  1. Set the number of rows to fixed 1, and do not set a fixed number of columns (or set it to just 1).

image

  1. Set the datasource of the repeating group to a list of 1 element:


3_) Now add some content to the repeating group that is wider than the allowed width of the repeating group (I added a text field with a lot of text):

  1. When you run the app it should show the repeating group with a horizontal scrollbar:

chrome_n2IWfyH7QZ

Hope it helps!

2 Likes

thanks so much!!

1 Like

nice! worked