Hi,
I noticed the column-width property for IE has a bug. Below is a link to a jsfiddle:
http://jsfiddle.net/xcrico/3qfvm/
http://jsfiddle.net/xcrico/3qfvm/1/
If you try it in chrome and firefox, they act just like floats where they realize the height of the containing element won't fit another div so it moves it over to the next column. However, in IE it stays in the same column. This is a huge bug in my development
for Metro/Modern applications considering the way that the UI is set up is to scroll horizontally. So when I dynamically get data and generate little tiles on the screen, I want them to fill up vertically, and if there is no more space, move over to the next
column.
If there is a way around this, please let me know.
Thanks,
Jon