winforms - In a Windows forms application, how can I use a listbox in a DataGridView coloumn instead of a combobox -


I am working on a windows form which uses a datagrid view. In some cases, I have several values ​​to display in Kobebox. For that scenario, it would be better to use the list box instead of the combo box, rather than using a multi-column listback within a data-grid view instead of the combo box. possible? If so, can you tell me in the right direction?

Many more thanks.

Al D.

Will the data grid vev combobox column class work for your use case? If not, then only one other option that I know is to create the sub-section of the combo box and paint it automatically.


Comments