For some reason I cannot see all of the items of a horizontal listView using gridView.
It appears that all of the items (hidden and visible) are located on a single horizontal line. The width of the ListView is less than that of the complete line of items (hidden and visible). Rather the width of the ListView is only as wide as the visible
items.
It seems like this may be an overflow-x CSS issue, but I've set that property to "auto" multiple places in the CSS. () As well as overflow-y to "hidden".)
The ListView is in the 2nd column of a ms-grid, where the 2nd column is set to "auto".
The only way I get all the items to be visible is if I modify the "margin-top" property (or any of the other margin properties) of the ".sectionpage .itemslist .win-container" CSS selector to a different number so that the items
falls into a 2nd line. When the 2nd line appears, I observe that the width of the listView stays the same.
This solution seems a bit kludgey since if I change the margin properties less or more, there is a potential of the items displaying in a single line again and the issue presents itself again.
I'd like to find a better solution. Anyone have any ideas?