Setup a div so it can be horizontally controlled with a scroll bar

Hi
I need to setup a container (so probably a div) that can be scrolled horizontally by a user. i.e. the container will be wider than the view width and the user will need to scroll the container horizontally to see the content . this might be with a scroll bar or other suggested method

Can you please point me in the right direction with regard to configuration to do this

many thanks
Richard

Hello Richard,

Thanks for writing in! You can utilize the DIV element.

The possible width will be 100% and the overflow should be set to “Scroll” so that you can scroll horizontally.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.