Horizontal Scrolling on ListView? (Case 1286162)

Should it be possible to enable horizontal scrolling on a ListView?

When I try to enable it and save, saving resets it:
6417650--717209--no-horizontal-scrolling.gif

P.S: No warnings or errors. Should we implement horizontal scrolling via styles?

Hi Florian,

Can you file a bug for this? We should definitely remove/disable the option if it is not implemented for the component, or fix the saving behavior so in any case someone need to look into this.

1 Like

I personally see no reason why the horizontal scrolling would not be implemented, but the listView is special on few regards as it need c# code to be useful.

If your collection is small, you can populate a scroll view with your data, it won’t be optimized but may be simpler to work with and the horizontal scrolling would definitely work.

1 Like

Thank you – submitted as case 1286162.

That’s a good idea. I do not have too many elements, but two levels of nested list views, so a simple style-based structure is probably the way to go for my case. (Even though I got it working vertically)

1 Like

This is a simple bug purely on the UI Builder side. It should be fixed in the next version update. In the meantime, rest assured that it’s only the UI itself that has the bug. The attribute is correctly set on your ListView. You can verify this by looking at the UXML Preview pane in the UI Builder.

1 Like