I have used a WinJS list view in my program with display style ms-flexbox .But it is scrolling horizontally beyond its width with overflow hidden. How I can remove this scrolling and make number of items in a row as 5?
Make your design as display:-ms-grid
, and set 5th row height as -ms-grid-rows: auto auto auto auto 1fr
.
For more info : http://msdn.microsoft.com/en-in/library/ie/hh673533(v=vs.85).aspx