Search code examples
wpfcomboboxexpression-blend

Combo Box, More Than One Item In A Row


I'm adding image items to a ComboBox, as you know ComboBox shows just one item in a row, but I want my combo to show more than one, and show images like they are all beside each other with a little space around them, so the user can pick one...

Any Help is pretty much appreciated...


Solution

  • You need to change the ComboBox.ItemsPanel to a WrapPanel.