What value should I set for the width property of WinJS.UI.ListView so that it scales to all screen sizes and I can make the grid view layout scroll horizontally?
If I set the width property of the div for which the data-win-control is set to "WinJS.UI.ListView" to 100% then the horizontal scroll bar does not appear.