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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T06:53:56+00:00 2026-05-21T06:53:56+00:00

I am using the ListPicker from the Windows Phone Toolkit. It is setup very

  • 0

I am using the ListPicker from the Windows Phone Toolkit. It is setup very basically, but for some reason, the items in the popup are always obscured by anything below them, like this:

enter image description here

Here, the text “jburchel” was beneath the ListPicker, and _http://science.nasa.gov/me Was a ListPickerItem. You can see how the underlying text box appears normally but the ListPickerItem is below. I tried changing the order on the XAML of the ListPicker and TextBlock, but it didn’t help. I have tried lots of combinations of settings, messed around with the template, but this has persisted. Does anybody know this problem?

Here is an example of ListPicker XAML I use. It is extremely basic.

           <toolkit:ListPicker HorizontalAlignment="Left" Margin="24,41,0,0" Name="txtUrl" 
                  VerticalAlignment="Top" Width="434" Cursor="IBeam">
            <toolkit:ListPickerItem Content="http://rss.cnn.com/services/podcasting/studentnews/rss"/>
            <toolkit:ListPickerItem Content="http://science.nasa.gov/media/medialibrary/2010/10/28/podcast.xml"/>
            <toolkit:ListPickerItem Content="http://www.sciencemag.org/rss/podcast.xml"/>
        </toolkit:ListPicker>
        <TextBlock Height="30" HorizontalAlignment="Left" Margin="33,19,0,0" Name="textBlock1" Text="Podcast URL:" VerticalAlignment="Top" />
        <TextBox Height="72" HorizontalAlignment="Left" Margin="15,141,0,0" Name="txtUser" Text="jburchel" VerticalAlignment="Top" Width="460" />
  • 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-21T06:53:57+00:00Added an answer on May 21, 2026 at 6:53 am

    The problem seems to be (though can’t say for sure without more XAML) that you’re laying out your controls using the Margin to position elements. As you’ve just found out, this isn’t necesarily the best approach to take. Silverlight has a wide range of layout containers that help you lay out your controls without requiring you to manually position each element.

    In this instance, it seems that you might be positioning controls vertically stacked above each other, for which you can use the StackPanel container. You simply add each child element to the StackPanel and it handles layout them out on top of each other. Once you’ve done this, because the next element is always below the ListPicker, when the ListPicker expands, the elements below it are pushed down.

    For more complex layouts you can use the Grid container (which is almost certainly the current parent container of your controls), but you should use rows and columns to ensure that elements don’t “bleed” into each other. Note: The flexibility of the Grid element comes at a price and you shoudl carefully consider whether you need to use it or whether you can use a simpler container, especially for repeated containers in lists, for example.

    If you’re new to the layout system in Silverlight, you may find this resource particularly useful: http://msdn.microsoft.com/en-us/library/cc645025(VS.95).aspx

    • 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 am using the ListPicker from the toolkit. I have managed to apply a
I'm using the ListPicker from the latest Silverlight Toolkit on Mango I've got a
I am using the WP7 Tookit ListPicker (Feb release) on a Popup Control. I
I have a ListPicker in my Windows Phone 7 app where both the ItemsSource
Using C# .NET 3.5 and WCF, I'm trying to write out some of the
Using the navigator.geolocation object in JavaScript. Trying to establish accurate ranges, but wondering exactly
Using Rails 3.2.0 with haml, sass and coffeescript: Basically I am trying to disable
Using mercurial, I've run into an odd problem where a line from one committer
Using php/html, I want to retrieve email addresses (plus other information) from MySQL and

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.