Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9011717
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:48:37+00:00 2026-06-16T02:48:37+00:00

I have a small (but annoying) problem. You can quickly replicate it by doing

  • 0

I have a small (but annoying) problem.
You can quickly replicate it by doing the following:

New Project > Windows Store > Blank App (XAML)

Add a button to the grid. This also works with the default style. (note: TextButtonStyle is defined in SimpleStyles.xaml)

<Button Click="Click" Style="{StaticResource TextButtonStyle}" Content="Page 2"/>

Add the function to the code behind file:

private void ButtonBase_OnClick(object sender, RoutedEventArgs e)
{
  Frame.Navigate(typeof (Page2));            
}

Next create another page, add the button, and navigate back to the MainPage in the Click event.

Next set on both pages add NavigationCacheMode="Enabled". For convenience set one of the buttons to be Left aligned and the other one Right.

Run the app. Move the mouse over the button. The state changes to reflect this. Click the button. Again the color changes. On the second page, do the same. On returning to the first page, the button is still in it’s “PointerOver” visual state, since there was no PointerExited event called on the button.

How can I fix this? VisualStateMananger.GoToState() doesn’t work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T02:48:39+00:00Added an answer on June 16, 2026 at 2:48 am

    We encountered a similar issue. We noticed that the state ‘resets’ when you hide the control.
    We solved it, the dirty way:

    void GridView_ItemClick(object sender, ItemClickEventArgs e)
    {
        var ctrl = this.ItemContainerGenerator.ContainerFromItem(e.ClickedItem);
        ((Control)ctrl).Visibility = Visibility.Collapsed;
        ((Control)ctrl).Visibility = Visibility.Visible;
    }
    

    Maybe you could try to do the following (didn’t test this):

    private void ButtonBase_OnClick(object sender, RoutedEventArgs e)
    {
        ((Control)sender).Visibility = Visibility.Collapsed;
        ((Control)sender).Visibility = Visibility.Visible;
        Frame.Navigate(typeof (Page2));            
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a small problem here which i cannot fix,This post goes through but
I have a small script where you can drag the link, but I also
I have a small project that I was using node-dirty for, but it's not
I just started using Eclipse but already I have a small problem. At first
this is a small, but very annoying , glitch in my form. I have
I'm having a small but annoying problem with trying to open a link in
I have an annoying problem: we're supposed to write a small game for university
Small but annoying issue with crystal reports. I have a report connecting to a
I have some text on a page that is small but readable in Chrome/Safari
I have one small online sale business but I want to make it scalable

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.