In a Windows forms application, how can I use a listbox in a DataGridView coloumn instead of a combo
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-05-15T15:26:08Z
Indexed on
2010/05/15
15:34 UTC
Read the original article
Hit count: 144
I'm working on a windows forms application that uses a DataGridView. Some of the cells contain a DataGridViewComboBox. In some cases, I have several values to display in the combobox. For that scenario, it would be better to use a ListBox instead of a ComboBox. Is it possible to use a multi-column listbox within a DataGridView instead of a ComboBox? If so, can you point me in the right direction?
Thanks much.
Al D.
© Stack Overflow or respective owner