Windows Phone 8开发 [英] Windows Phone 8 Development

查看:118
本文介绍了Windows Phone 8开发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<b></b>I am using the silverlight toolkit for listpicker but I dont know how to expand it to a new page which should give all the listpickeritems I have added to choose from them. currently it is giving an exception.

here is my list picker xaml code

<toolkit:listpicker margin="190,351,10,0" verticalalignment="Top" x:name="listPicker2" canvas.zindex="2" >
            <toolkit:listpickeritem content="16.5" />
            <toolkit:listpickeritem content="17" />
            <toolkit:listpickeritem content="18" />
            <toolkit:listpickeritem content="19" />
            <toolkit:listpickeritem content="20" />
            <toolkit:listpickeritem content="21" />
            <toolkit:listpickeritem content="22" />
            <toolkit:listpickeritem content="23" />
            <toolkit:listpickeritem content="24" />
            <toolkit:listpickeritem content="25" />
            <toolkit:listpickeritem content="26" />
            <toolkit:listpickeritem content="27" />
            <toolkit:listpickeritem content="28" />
            <toolkit:listpickeritem content="29" />
            <toolkit:listpickeritem content="30" />
            <toolkit:listpickeritem content="31" />
            <toolkit:listpickeritem content="32" />
        </toolkit:listpicker>

推荐答案

我认为这两篇文章将帮助您学习listpicker控件的基础知识:

http://www.geekchamp.com/articles/listpicker-for-wp7-in-depth [ ^ ]

http://www.c-sharpcorner.com/uploadfile/f397b9/using-listpicker-in-windows-phone-7/ [ ^ ]
I think these 2 article will help you to learn basics of listpicker control:
http://www.geekchamp.com/articles/listpicker-for-wp7-in-depth[^]
http://www.c-sharpcorner.com/uploadfile/f397b9/using-listpicker-in-windows-phone-7/[^]


这篇关于Windows Phone 8开发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆