0

I would like to create a "FlipView" of ListViews in Windows8 using JS and HTML. That is, I would like a control that would display a ListView and when the user swips or scrolls, it would display the contents of a different ListView. Is this possible? If so, how? Thanks for helping a Windows8 noob!

4

1 回答 1

0

我尝试将列表视图放在翻转视图下,但没有成功。两个控件使用的 CSS 类重叠(例如 win-item)。我发现嵌套列表视图中的项目像翻转视图项目一样占据了整个可用空间。发生这种行为是因为托管嵌套列表视图项的 win-container 的大小是这样的。即使在 css 文件中覆盖它之后,我也无法将其(win-container)大小显式设置为更小。

看起来该列表视图不会嵌套在 css/html 的翻转视图下。如果其他人在这方面取得了成功,请分享您的评论和代码。

如果有人在 c# 中使用 FlipView 和嵌套的 GridView/ListView 尝试过并取得了成功,请用代码标记答案(知道会很有趣)。

于 2013-04-20T06:14:17.580 回答