I am creating the text reader app for windows metro app( somthing like bing news) with the webview as container. But the problem I am facing is how to divide the text/html content in multiple columns with horizontal scrolling? I tried using html-css with column-count tag. But if text contents is overflowing than it will create the vertical scrolling html with columns as per the width of the screen.
Is there a way to do it with html/css/javascript?
Demo
html
css