问题
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