4 月更新后,ParallaxView 不起作用 [英] ParallaxView doesn't work after April Update

查看:31
本文介绍了4 月更新后,ParallaxView 不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 Windows 10 的四月更新之后,ParallaxViev Control 中的视差效果不起作用.取自微软文档的示例:

After the April Update of Windows 10 the parallax effect in ParallaxViev Control doesn't work. An example taken from microsoft docs:

<Grid>
        <ParallaxView Source="{x:Bind ForegroundElement}" VerticalShift="50">

            <!-- Background element -->
            <Image x:Name="BackgroundImage" Source="Assets/SplashScreen.scale-200.png"
               Stretch="UniformToFill"/>
        </ParallaxView>

        <!-- Foreground element -->
        <ListView x:Name="ForegroundElement">
            <x:String>Item 1</x:String>
            <x:String>Item 2</x:String>
            <x:String>Item 3</x:String>
            <x:String>Item 4</x:String>
            <x:String>Item 5</x:String>
            <x:String>Item 6</x:String>
            <x:String>Item 7</x:String>
            <x:String>Item 8</x:String>
            <x:String>Item 9</x:String>
            <x:String>Item 10</x:String>
            <x:String>Item 11</x:String>
            <x:String>Item 13</x:String>
            <x:String>Item 14</x:String>
            <x:String>Item 15</x:String>
            <x:String>Item 16</x:String>
            <x:String>Item 17</x:String>
            <x:String>Item 18</x:String>
            <x:String>Item 19</x:String>
            <x:String>Item 20</x:String>
            <x:String>Item 21</x:String>
        </ListView>
    </Grid>

是否有任何说明如何再次恢复它?

Are there any instructions how to restore it again?

推荐答案

我发现了这个问题并通过反馈中心报告了这个问题 link 想知道是否只有一个但我问的人越多,他们说他们有同样的问题,他们确实这样做了,如果您可以将您的评论添加到该问题的中心,它应该会有所帮助求解决!

I've found this issue and reported it via the Feedback Hub at this link was wondering if was only one but more people I ask the more they say they have the same problem, and they do, if you could add your comments to the Hub on that issue it should hopefully help get it resolved!

自报告此问题以来,将在 2018 年夏季晚些时候提供修复程序以解决 ParallaxView 的此问题,并从 Microsoft 获悉这是这种情况

Since reporting this issue there will be a fix delivered later in Summer 2018 to resolve this problem with the ParallaxView, was informed this would be the case from Microsoft

更新:

Windows 2018 年 4 月 10 日更新已于本月修补,应该可以通过视差视图解决此问题

Windows 10 April 2018 Update has since been patched this month and should have resolved this problem with the Parallax View

这篇关于4 月更新后,ParallaxView 不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆