How to Develop different Styles Combobox in Visual

2019-06-11 08:12发布

问题:

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