Click here to Skip to main content
15,889,863 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
In my app first time list picker is working fine but on second time if I go to any page containing listpicker,from popmenu it doesn't navigate back to page.
<toolkit:listpicker x:name="lstDayPerWeek"" displaymemberpath="DAY_COUNT" selectionchanged="lstDayPerWeek_SelectionChanged" expansionmode="FullScreenOnly" xmlns:x="#unknown" xmlns:toolkit="#unknown">
<toolkit:listpicker.fullmodeitemtemplate>
<datatemplate>
<textblock text="{Binding DAY_COUNT}" tag="{Binding ID}" fontsize="30">


Posted
Comments
Sandeep Mewara 11-May-12 9:00am    
Not enough info to comment anything. Share related code snippet such that others can see your implementation and comment.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900