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
标签:
windows-phone