windows phone panaroma隱藏控制項之後selectionchanged會出現此控制項閃動消失的問題

來源:互聯網
上載者:User

使用panaroma控制項,

 <controls:PanoramaItem Foreground="{StaticResource MainTitle}" Header="我的帳號">                <Grid Height="650" Margin="12,0,0,0" VerticalAlignment="Top">                    <Grid x:Name="userHomeLogined" Visibility="Collapsed">                        <Grid.RowDefinitions>                            <RowDefinition Height="150"></RowDefinition>                            <RowDefinition Height="*"></RowDefinition>                        </Grid.RowDefinitions>                        <Grid Grid.Row="0">                            <StackPanel Orientation="Horizontal">                                <Image Stretch="None" Source="/Image/UserHome/uploadphoto.png"></Image>                                <TextBlock Margin="0,12,0,0" Text="某個使用者"></TextBlock>                            </StackPanel>                        </Grid>                        <ListBox x:Name="userHomeMenu" Grid.Row="1">                            <ListBoxItem>                                <StackPanel Height="40" Orientation="Horizontal">                                    <Image Source="/Image/userhome/collection.png"></Image>                                    <TextBlock x:Name="accountRemain" Tap="accountRemain_Tap" Margin="12,0,0,0"  Foreground="{StaticResource HubBackground}" Text="我的餘額"></TextBlock>                                </StackPanel>                            </ListBoxItem>                        </ListBox>                    </Grid>                    <StackPanel x:Name="userHomeUnLogin" Orientation="Vertical">                        <TextBlock Text="使用者名稱/郵箱/會員帳號"></TextBlock>                        <TextBox BorderThickness="1" BorderBrush="Gray" Width="400" Style="{StaticResource TextBoxStyle1}">                        </TextBox>                        <TextBlock Text="密碼"></TextBlock>                        <TextBox  BorderThickness="1" BorderBrush="Gray"  Width="400" Style="{StaticResource TextBoxStyle1}">                        </TextBox>                        <Button x:Name="login" Click="login_Click" Width="200" Height="100" Background="{StaticResource HubBackground}" Content="登入" Style="{StaticResource ButtonStyle1}"></Button>                        <HyperlinkButton Foreground="{StaticResource HubBackground}" Content="如果沒有帳號,請點擊這裡註冊" Name="register" />                    </StackPanel>                </Grid>            </controls:PanoramaItem>

我要在使用者點擊登入之後將userHomeUnLogin隱藏,將userHomeLogined顯示,如果使用

 

userHomeUnLogin.Visibility = System.Windows.Visibility.Collapsed;
userHomeLogined.Visibility = System.Windows.Visibility.Visible;

在拖動panaroma之後,userHomeUnLogin還會閃動一下,然後消失,

解決方案

    userHomeUnLogin..Children.Clear();            userHomeLogined.Visibility = System.Windows.Visibility.Visible;

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.