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

  • SEARCH
  • Home
  • 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 8259455
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:52:06+00:00 2026-06-08T02:52:06+00:00

In Win 8, the flipview control is a great control to browse the collection.

  • 0

In Win 8, the flipview control is a great control to browse the collection. But how or what is the best way to make a “selection” with a tap or a mouse click? I can always put a button outside of the flip view, but that’s not the touch experience that everyone of a tablet would expect.

can someone give some example code (XAML/C#) of how to setup a flipview control with a selection of some sort that would navigate to a totally different page?

  • 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-08T02:52:08+00:00Added an answer on June 8, 2026 at 2:52 am

    I wrote some sample code that works, if I’m understanding the question correctly. I am able to swipe through the FlipView and tap the individual item:

    <FlipView Tapped="FlipView_Tapped_1">
        <Image Source="Images/Apple.jpg" />
        <Image Source="Images/Orange.jpg" />
        <Image Source="Images/Banana.jpg" />
    </FlipView>
    

    And then

    private YourTypeHere SelectedItem;
    private void FlipView_Tapped_1(object sender, TappedRoutedEventArgs e)
    {
        this.SelectedItem = (sender as FlipView).SelectedItem;
    }
    

    You might not want to set a field, but you get the idea. Hopefully, you will be setting something in your view model. From there you can nav away or anything you need. A FlipView inherits from ItemsControl just like every other XAML repeater. So you can treat it exactly the same. http://msdn.microsoft.com/en-us/library/system.windows.controls.itemscontrol.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm on Win XP but this problem occurs on Firefox, IE, and Google Chrome.
I am builing a win application that has user access control against a sql
how can i connect win nt sqlexpress? i am using this code to connect.it
On Win Server 2008, I can execute the code below, and when I try
I write a win app,and in run time i make many controls and locate
I Want Create a Win-Form Application Can be Connect to a Digital Camera Attached
I have an VC++ win 32 application which compiles into an EXE. But now
On OS from win 2000 or later (any language) can I assume that this
I am migrating some win forms panels to WPF. In WinForms, you can tab
In Win Form, we can create non-rectangular forms by creating a bitmap that have

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.