RWS / Multiselect-ComboBox

The multi selection combo box is a WPF custom control with multiple item selection capabilities, along with customizable features to group, sort and filter items in the collection.
Apache License 2.0
182 stars 55 forks source link

Dropdown button icon not showing up #55

Closed Herz3h closed 2 years ago

Herz3h commented 2 years ago

I copied example from the readme (including both datatemplate and styles https://github.com/RWS/Multiselect-ComboBox#examples) and here is result, can't see the dropdown icon, what to do ??

MicrosoftTeams-image (6)

Herz3h commented 2 years ago

never mind it was beause the combobox was in a grid and was not allowed enough vertical space. I increased Grid.Row height and the button shows up.