windows phone 8 - How to add background image to a listpicker? -
in wp8 app want add image listpicker backgrond.
how can add it?
<toolkit:listpicker expansionmode="fullscreenonly" header="blabla:" name="mylistpicker" margin="0,395,222,47"> </toolkit:listpicker> <toolkit:listpickerpage> <toolkit:listpickerpage.background> <imagebrush imagesource="=/images/bg3.png"/> </toolkit:listpickerpage.background> </toolkit:listpickerpage>
it did not work me. other code please?
if want image in background of listpicker, can add listpicker within grid , set grid background property desired image.
<grid background="/path/a.jpg"> //add listpicker here </grid>
Comments
Post a Comment