The ListPicker is part of the [Silverlight Toolkit for Windows Phone](http://silverlight.codeplex.com). It is the equivalent of the ComboBox control, showing the selected item from a list of items and allowing the user to pick from a list if they want to change it.
-2
votes
0answers
15 views
How to set the Listpicker Item ? WP7 c# [closed]
I want to set the listpicker item via code, any ideas i can do it?
for example, when my application loads it checks the settings and will set the listpicker item to the value.
0
votes
0answers
27 views
listpicker in windows phone mvvm development
There is no problem about listpicker before use mvvm development.
In the SelectionChanged event of listpicker in mvvm it will appear when select an item for the first time no matter choose which ...
0
votes
0answers
37 views
How to add click visual state on listpicker to wp8 app?
How do I set the click visual state on my listpicker for my wp8 app? I want to change foreground and background on the listpicker
0
votes
0answers
41 views
Windows Phone 8:Why the listpicker's fullscreen is behind the popup window containing the listpicker?
Windows Phone 8:Why the listpicker's fullscreen mode is behind the popup window which contains the control 'listpicker'?
1
vote
1answer
98 views
Why ListPicker always showing in FullscreenOnly mode
I am using a ListPicker and it is always showing in FullscreenOnly mode even if i change the ExpansionMode to ExpansionAllowed.
But in other page the same code is working properly.
Why is this ...
0
votes
2answers
67 views
How to refresh the current page after selecting an item in ListPicker
I'd like to know how to refresh the current page with
heNavigationService.Navigate(new Uri(NavigationService.Source + "?Refresh=true", UriKind.Relative));
after i pick an element in the ListPicker.
0
votes
0answers
111 views
windows phone listpicker tapping issue
I am using Listpicker from Microsoft.Phone.Controls.Toolkit. I am having tapping/clicking issue. The listpicker fires/triggeres clicks only when tapped/clicked near about the top border.
Following is ...
1
vote
1answer
178 views
ListPicker background when expanded + light theme
I'm having some trouble getting my ListPicker to look right when I switch my device theme to light. As you can see from the screenshots below, it looks fine with a dark theme, but it appears ...
0
votes
0answers
41 views
Force close when attempting to view SqLLite data stored from Listpicker
I there! I've developed a simple script to save data in one activity (AddEditCountry.java / add_country.xml) then display it in another activity (ViewCountry.Java / view_country) as well as a database ...
0
votes
0answers
337 views
C# WP8 Get selected content from listPicker
I can't find a way to get and show the content of the current selected item, here is the XAML:
<toolkit:ListPicker Name="lp" Header="Network" SelectionChanged="selectionChanged">
...
0
votes
0answers
26 views
ListPicker FullMode Header Teplate
Is there a way to define a HeaderTemplate only for the FullMode state of the ListPicker?
Thank you.
0
votes
1answer
207 views
Windows Phone ListPicker ItemsSource List<int> Binding
I am using a ListPicker to let the user choose from a list of numbers, so I bind the ItemsSource property to my List<int> property in my ViewModel. It works fine and it displays my nubmers, but ...
0
votes
1answer
336 views
WP8 ListPicker expanded mode background
When the device theme is set to dark, the ListPicker control have the following:
Normal mode - background is transparent.
Expanded mode - background is white.
When the device theme is set to ...
1
vote
0answers
101 views
listpicker performance issue in windows phone
I have the following listpicker I am using in my windows phone app developed in c#.net.But when I tap on the listpicker it takes time to load the items and also after selecting an item in ...
0
votes
1answer
185 views
Binding Issue WPToolkit ListPicker with SQL Server CE 3.5 DataContext Class Windows Phone 7.5
Well, well, this is my very first question in StackOverflow! I've been using this site since ages but I never had to ask something because I always found the answer in someone else's question lol ...
2
votes
0answers
167 views
how can we add background images to FullModeItemTemplate in listpicker wp7
Is there any way to add backbround image to FullModeItemTemplate in ListPicker
i want to implement this in my app
my xaml code is:
<toolkit:ListPicker x:Name="listPicker1" Grid.Row="0" ...
1
vote
3answers
740 views
how to use listpicker selectionChanged event in wp7
Am new to Wp7, developing the app with ListPicker and used SelectionChanged event to get selected data form listPicker but am having the problem with SelectionChanged event when am using this and ...
1
vote
1answer
391 views
Windows Phone ListPicker passing SelectedItem
I'm using the rss reader sample and a listPicker. What I want to do is to pass the rss url from the listPicker item to the webClient.DownloadStringAsync.
**MainPage.xaml**
[...]
...
0
votes
1answer
111 views
Binding colors to ListPicker
I'm trying to make a ListPicker control that contains a list of levels, with a colored square next to each level. This is what I've got:
<toolkit:ListPicker
Grid.Row="1"
...
1
vote
1answer
182 views
WP 7.1 Listpicker: Selected value display object name instead of property
I got a problem with my ListPicker for WP 7.1, my selected value doesn´t display the binding instead it display the object name for the model I have as ItemSource. However when i goes to ...
0
votes
0answers
62 views
Can't scroll inside a ListPicker
So, I have a page inside my app with 3 ListPickers in 3 different rows with Auto height. In order to keep the design in the app consistent, I've decided to make all the lists expand in their short ...
0
votes
0answers
113 views
Windows phone 7 listpicker inside pivot item
I have a ListPicker control inside a pivot item. If I swype my finger across the screen, and accidentally touch the listpicker, it triggers, and, if there was a transition to the next pivot item, it ...
0
votes
2answers
67 views
Listpicker with button inside choice
I am a student and currently doing a project on window phone. Basicly, I am create a library apps. The problem is, when I use listpicker, as a choice for the room I want to browse, using an intergrate ...
1
vote
0answers
309 views
In WP8, is it possible for ListPicker not to “push away” other UI elements?
Currently, I have:
<StackPanel>
<toolkit:ListPicker
Header="Rating"
ItemsSource="{Binding Ratings}"
SelectedIndex="1"
...
0
votes
1answer
143 views
Scrollable ListPicker items list
I have a Popup control in my application. In this popup I use a ListPicker object to choose
the proper item. If the list of items if quite small, everything works fine, but, however, if the list items ...
1
vote
0answers
34 views
Listpicker unclickable
I have written a listbox to display the "Engine Size" of a set of data from an XML sheet, the item binding seems to work, and the listbox works prefectly for the first two options however the rest are ...
0
votes
1answer
519 views
WP7 listpicker selectionchanged selectedindex return -1
I have i little and simple problem. I think.
I have to Listpickers where the second depends on the selection from the first.
I've thought that i could easily be done with use of selectionchanged on ...
0
votes
0answers
53 views
Using WP7Contrib page transitions with listpicker
I am trying to use WP7Contrib page transitions in a wp7 app but I have a problem with listpicker's control full item mode. The problem is that in order to use animations all pages that will have ...
0
votes
0answers
206 views
WP7 ListPicker not displaying one of dozens item
Edit: My apologies, this question is a duplicate. I didn't see this one until after I posted.
I have a ListPicker control (most recent version of Toolkit) in a WP7.5 app whose ItemSource is set to a ...
0
votes
1answer
142 views
WP7 ListPicker control in development mode
I am using the WP7 ListPicker control to display 7 items on the current form. I set the ItemCountThreshold="7" so all the items display in the current form like a drop down control would work.
This ...
1
vote
0answers
203 views
PivotItem Header and ListPicker inside
I face issue with ListPicker inside PivotItem Header. How to resolve it?
My code:
<controls:PivotItem Name="PivotItemTop">
<controls:PivotItem.Header>
<StackPanel ...
0
votes
3answers
173 views
Accessing a list picker inside a PanoramaHeader Template
I have a panorama control in which I have create a header template to add a list picker inside it. (Just like the peoples hub to select social accounts)
<DataTemplate ...
0
votes
1answer
195 views
Getting custom data from ListPicker
I have a ListPicker in my app which is defined like that:
<DataTemplate x:Name="PickerItemTemplate">
<StackPanel Orientation="Horizontal">
<TextBlock ...
0
votes
1answer
141 views
ListPicker missing
Consider I'm a newbie in WP7-Silverlight development, so please be patient if I'm asking something really stupid.
Yesterday I decided to start studying WP7, so on my
Windows Seven 64bit
Visual ...
0
votes
1answer
142 views
save listpicker items to isolated storage?
I have a list of cities in my settings page.
I want the user to pick a city, and when done, i want the different settings to be saved in isolated storage.
My list:
List<Cities> source = new ...
1
vote
1answer
226 views
ListPicker not calling SummaryForSelectedItemsDelegate when dismissed
I am using a multi-selection ListPicker (the new one in the 7.1/Mango control toolkit from Nov '11).
My code is below - a "vanilla" use case for the ListPicker, except that I initialize the ...
1
vote
1answer
807 views
Windows Phone 7 - C# How to use ListPickerItem in code without it crashing?
Listpickeritem thus far seems to be a bit of a head ache insofar that it crashes very easily.
I have the following code which crashes when the listpickeritem is selected while running the app:
for ...
0
votes
0answers
275 views
How to dynamically clear selections from a listpicker
I have a listpicker in a windows phone app where the selectionmode has been set to multiple. There are times when I need to use code to remove the selections the user has made from the listpicker and ...
0
votes
1answer
495 views
How to customize the full page of a listpicker? [duplicate]
Possible Duplicate:
ListPicker FullMode Selected Item Color
I've a long list of things loading from a listpicker, mostly "useless".
Is there the possibility to add a button on top of the ...
0
votes
1answer
474 views
In WP7 how to force the ListPicker to show in full mode (or send a tap)?
I need to programmatically force a (WP7 toolkit) ListPicker to show its list in full mode.
How can I do that (or how to send the tap gesture or click to indirectly do the same)?
Thanks!
0
votes
1answer
353 views
Listpicker: fire SelectionChanged
I am setting selecteditem manually
public pageXXXX()
{
InitializeComponent();
this.cargaLista();
}
private void cargaLista()
{
...
1
vote
1answer
1k views
How to change background color of Windows Phone Listpicker in FullScreen Mode
This question has been asked before but the answers provided have not worked for myself and others. The style for the listpicker is provided by I haven't been able to get the background of the ...
0
votes
3answers
1k views
set selecteditem to listpicker
XAML
<DataTemplate x:Name="PickTmplItemTipo">
<StackPanel Orientation="Horizontal">
<TextBlock Text="{Binding tipo}" />
...
1
vote
1answer
224 views
ListPicker separate templates for Normal and Expanded states
Is is possible to either subscribe to a ModeChanged event or to have a separate template for the Normal and Expanded states of the ListPicker control.
I am specifically looking for a way to have my ...
1
vote
1answer
407 views
Reduce memory usage in Windows Phone app
I am designing an app that has a ListPicker with over 90 items.
Each item consists of 2 PNG images(< 3KB in size each) and some text.
I have created a new class to represent my item and I am ...
0
votes
1answer
243 views
Localize Listpicker Items in Windows Phone 7
I am trying to use the listpicker control in my windows phone 7 app, I have the xaml set up correctly, but I want to use strings from my resource file instead of the literals (for Yards and Meters) ...
0
votes
1answer
199 views
ListPicker Not Clickable
In my WP7 app, I have this XAML for my ListPicker:
<toolkit:ListPicker HorizontalAlignment="Left" ExpansionMode="FullScreenOnly" Height="70" x:Name="ddLinks" VerticalAlignment="Top" Width="419" ...
2
votes
2answers
1k views
WP7 Listpicker not showing all items
I have a project that requires binding a list of strings to a listpicker control. When the binding is done (either in Loaded or OnNavigatedTo events), the listpicker opens to show the bound items, but ...
1
vote
2answers
730 views
Microsoft.Phone.Controls.Toolkit ListPicker throws XamlParseException
After being advised that the native ComboBox was not the way to go I was told to look at the Silverlight Toolkit ListPicker. So I did and have got a problem.
I opened a new project and pulled a new ...
1
vote
1answer
368 views
Set text on choosen ListPicker value in WP7
Hi im creating a WP7app where you can choose categories using a listpicker.
<toolkit:ListPicker Header="Choose Categories"
SelectionMode="Multiple"
...

