Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FlipView.SelectionChanged fires twice #12

Open
LazyCuteLion opened this issue May 20, 2019 · 3 comments
Open

FlipView.SelectionChanged fires twice #12

LazyCuteLion opened this issue May 20, 2019 · 3 comments

Comments

@LazyCuteLion
Copy link

LazyCuteLion commented May 20, 2019

SelecetionChanged event fires twice:

 private void OnSelectionChanged(object sender, SelectionChangedEventArgs e)
    {
        Console.WriteLine("image=" + flipview.SelectedIndex);
    }

output window wirteline twice everytime.

@JohanLarsson
Copy link
Member

JohanLarsson commented May 20, 2019

It is easier for us if you write issues in English. I'll try to repro this in an UI-test.

@LazyCuteLion
Copy link
Author

It is easier for us if you write issues in English. I'll try to repro this in an UI-test.

sorry,i thought you were chinese because of your id i seem to have seen.

@LazyCuteLion LazyCuteLion changed the title FlipView.SelectionChanged execute twice FlipView.SelectionChanged fires twice May 23, 2019
@JohanLarsson
Copy link
Member

Forgot about this issue, thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants