How do I show all Listpicker items in current page in WP7?

You can set number of items that as displayed on an other page by setting ItemCountThreshold property of ListPicker. Eg. Setting ItemCountThreshold=3 will force ListPicker to show items on new page when there are more then 3 items available to select.

Up vote 0 down vote favorite share g+ share fb share tw.

I use a Listpicker in a Listbox inside a ScrollViewer. If the number of items in the Listpicker is 3 (or less than 3), the Listpicker opens as a ComboBox in the current page. But if the number of items is more than 3, it opens in another page, not as a ComboBox.

How can I solve this problem? Windows-phone-7 listpicker link|improve this question edited Feb 23 at 12:48Abbas1,914313 asked Feb 23 at 11:56Ceyhun Rehimov214 0% accept rate.

You can set number of items that as displayed on an other page by setting ItemCountThreshold property of ListPicker. Eg. Setting ItemCountThreshold=3 will force ListPicker to show items on new page when there are more then 3 items available to select.

More info about ListPicker properties can be fount eg. Here: ListPicker for WP7 in depth.

1 for few seconds before me.. :) – Abbas Feb 23 at 12:07.

ListPicker is a new control in the Silverlight Toolkit for Windows Phone. It is for user's to choose another item like Combobox but ListPicker has more features than a Combobox. When you have little item about 1->4 it'll show data as a Combobox and if more item Listpicker will show data as a ListBox.

Refer this Link to get perfect idea.

Read this article and certainly pay attention to the "ItemCountThreshold" property. ItemCountThreshold is a dependency property of type int. It specifies the maximum number of items that will be displayed in Expanded mode.

By default, lists with five or fewer items expand in-place while lists with more items switch to a full-screen selection interface. It can also be set to 0 to switch Full mode or a very large number to switch Expanded mode.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions