I'm trying to use HTML content in WebView control. This HTML content has CSS3 columns.
My goal is to make WebView scroll only horizontally and make use of columns. But even if I set fixed height (fill_parent) I am able to scroll vertically.
I've tried to disable scrollbars, use setLoadWithOverviewMode but with no effect.
So, the question is - how to make WebView scroll only horizonally, so it displays HTML content in columns? (I saw similar effect in Windows 8 apps).