[UWP] [HTML]:需要垂直滚动以进行网格视图布局

问题描述:

我正在使用WinJS设计Windows 10 UAP。

I'm designing a Windows 10 UAP using WinJS.

网格视图布局水平滚动。是否可以水平填充项目直到它适合屏幕并使用网格视图布局垂直滚动。  (不进行任何水平滚动)。

The grid view layout scrolls horizontally. Is it possible to populate items horizontally till it fits the screen and scroll vertically using grid view layout. (without any horizontal scrolling).

谢谢&问候Tejaswi Chandrapatla

Thanks & Regards Tejaswi Chandrapatla

在我不知道的Windows 10中可能有些变化,但是ListView不是在这种情况下使用的适当控件吗?
Maybe something's changed in Windows 10 that I am unaware of, but isn't ListView the proper control to use in this case?