xaml - How can i use ListPicker with Page that use App Bar? -


when try use "app bar" page had "listpicker" , listpicker disappearing ?!

list picker:

<toolkit:listpicker    x:name="listpicker"    itemtemplate="{staticresource pickeritemtemplate}"   fullmodeitemtemplate="{staticresource pickerfullmodeitemtemplate}"   header="sound"  fullmodeheader="choose item"   cachemode="bitmapcache" /> 

app bar :

<phone:phoneapplicationpage.applicationbar>     <shell:applicationbar isvisible="true" ismenuenabled="true">         <shell:applicationbariconbutton iconuri="/images/appbar/save.png" text="add" click="applicationbariconbutton_click"/>     </shell:applicationbar> </phone:phoneapplicationpage.applicationbar> 

can bit more specific problem is? it's not clear.

if you're talking listpicker not showing up, it's issue rest of xaml , how inserted items. knowledge there's nothing wrong code you've put up.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -