I want to create a combobox in wpf
2 answers
Check this link on msdn. This is the actual control template for the combo box. You can copy and paste this into your app ( app resource ).
Create a form and put a combo box with some data in it. Then run a change to the control template and see the results. Start by simply changing the colors and adding borders around the elements to see which controls are. Then you can start extruding the larger portions of the pattern according to what you are looking for.
+1
a source to share