One of our web list/grid apps requires display of more columns than can be accommodated by our designated client devices, especially in portrait mode.

Is there an easy way to provide a virtual horizontal scrolling of a cWebList/cWebGrid?

I thought about placing the list/grid object within a container, but didn't see any support for horizontal scrolling in the standard classes. Did I miss something?

I've also searched for ways to provide horizontal container scrolling at the CSS and JS level, but didn't want to delve into this until I determined if someone had already done this.

Thanks.