I want to create a combobox in wpf

I want to create a combobox with some styling. I don't need the old dropdown we get. I need a new dropdown menu that looks very nice. Is there a way to create a dropdown menu. Plz give me suggestions

0


a source to share


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


you can start with a standard combobox and then use various controls and styles to change the appearance of the control and the associated snapshot.



0


a source







All Articles