Antonio Lazeski
Antonio Lazeski

Reputation: 1

Combobox custom dropdown button

I am making a WPF combobox but the dropdown button is way too small and I need to make it bigger. I tried searching through the properties in the user control but I couldn't find anything. If someone could help me, that'd be great, thanks in advance.

Upvotes: 0

Views: 1136

Answers (1)

Muad'Dib
Muad'Dib

Reputation: 29216

you are using WPF, all you have to do is redefine the control template. that is one of the great things about WPF. the controls are "lookless" and you can tell define what they look like or you can use the default. here is the default template. and here is an article on using control templates to customize your WPF

Upvotes: 1

Related Questions