(Strange ListView项目在第二个HubSection中转换但不是第一个

时间:2014-06-10 07:03:52

标签: .net xaml windows-runtime windows-8.1

由于某些原因,只有ListView HubSection HubListView的第一项在入口时动画,而第一HubSection中的<Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <Hub Header="my app"> <HubSection Header="section"> <DataTemplate> <ListView> <TextBlock>Hello</TextBlock> <TextBlock>Hello</TextBlock> <TextBlock>Hello</TextBlock> <TextBlock>Hello</TextBlock> </ListView> </DataTemplate> </HubSection> <HubSection Header="section"> <DataTemplate> <ListView> <TextBlock>Hello</TextBlock> <TextBlock>Hello</TextBlock> <TextBlock>Hello</TextBlock> <TextBlock>Hello</TextBlock> </ListView> </DataTemplate> </HubSection> </Hub> </Grid> ListView 1}}按预期动画。你可以像这样复制它:

  1. 打开Visual Studio 2013 Update 2.
  2. 创建一个新的空白Windows应用商店。
  3. 打开MainPage.xaml。
  4. 将内容设置为:

    ListView
  5. 运行该应用。

  6. 第一个{{1}}动画(向左滑动),但只有第二个{{1}}的第一项转换。如何将整个列表转换为?

    这是一个GIF截屏视频(我添加了一个带有按钮的额外页面,以便轻松显示过渡):

    Screencast

0 个答案:

没有答案