Box with icons in the windows?

Is there a combobox component that displays a list of items with icons?

+5
source share
3 answers

Check this project with C Sharp Help and Code Project out; they show how to extract from ComboBoxItem to display an image.

+2
source

There's a cool implementation in the article here .

0
source

Of course, you can place WPF control in your WinForm application and use comboBox WPF, which can easily have images. A quick google search for “wpf combo images” came back with a good example:

http://arcanecode.com/2007/09/18/the-wpf-combobox/

-1
source

Source: https://habr.com/ru/post/912333/


All Articles