views:

57

answers:

1

I am working with XAML. How can I add a combo box with flat borders (Not 3D)?

A: 

You can provide a new template for the ComboBox. There is a package of basic templates called Simple Styles, which you can read about here, that includes the essential display and functionality with none of the fancy effects. The styles are also included with Kaxaml, and the combo-box style provides the simple 2D look you are probably going for.

Charlie