How to Develop different Styles Combobox in Visual Studio Express for Window phone?

丶灬走出姿态 提交于 2020-01-03 04:51:22

问题


How to Develop different Styles Combobox in Visual Studio Express for Window phone? When Click on combobox by default it take blue color.I want to change the color when click on it.How to set different styles of combobox in expressin blend?


回答1:


You shouldn't use a ComboBox for Windows Phone 7 development. Instead you should use a ListPicker from the Silverlight Toolkit

The listpicker looks like this:

or like this



来源:https://stackoverflow.com/questions/6826447/how-to-develop-different-styles-combobox-in-visual-studio-express-for-window-pho

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!