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 4026376
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:57:46+00:00 2026-05-20T10:57:46+00:00

I am using the WP7 Tookit ListPicker (Feb release) on a Popup Control. I

  • 0

I am using the WP7 Tookit ListPicker (Feb release) on a Popup Control. I have trapped the Back button so I can close the popup.

If I press the back button while the ListPicker is open in popup mode, my back button event handler is firing before the ListPicker handles it so both the ListPicker and my popup are closing.

One way I thought of handling it was to check and see if I have any ListPickers on the popup that are open and if so close the and cancel the navigation (the controls on my popup are added dynamically so I have to enumerate through the popup child controls to check) but I can’t find a way of seeing if the ListPicker is Open or Closing it.

So my question is a) is there a way of handling this in the back button handler and if not b) how can I check if a ListPicker is Open.

  • 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-05-20T10:57:46+00:00Added an answer on May 20, 2026 at 10:57 am

    In your popup control’s BackKeyPress callback add the following check:

    if( myListPicker.ListPickerMode == ListPickerMode.Normal ) {
      // Close popup
    
      // Cancel navigation
      e.Cancel = true;
    }
    

    When ListPickerMode is Expanded or Full the ListPicker will catch the back key pressed event and close itself.

    EDIT:

    According to @SteveChadbourne’s comment the following worked:

    if( myListPicker.ListPickerMode != ListPickerMode.Normal ) {
      // Close the ListPicker
      myListPicker.ListPickerMode = ListPickerMode.Normal;
    
      // Cancel navigation
      e.Cancel = true;
    
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the ListPicker control from the WP7 Toolkit. I want to initially present
I'm using MVVM via Caliburn Micro on WP7. I have a popup that is
Using online interfaces to a version control system is a nice way to have
Using VS2008, C#, .Net 2 and Winforms how can I make a regular Button
I'm using Microsoft Windows Phone 7 Tools Beta. I have a custom control that
I have problems in using SharpZipLib with isolated storage in WP7 to zip subfolders
I am using a WebBrowser control in a MVVM WP7 application. I used an
I am using WP7 control toolkit transition animation in my app. My app's pages
I have a WP7 app using the ODATA v2 library with DataServiceState class and
I'm using a panorama control in a WP7 app. One of the PanoramaItems takes

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.