WinForms combobox with multiple columns (C#)?

前端 未结 11 2084
轮回少年
轮回少年 2020-12-01 21:19

I am using currently the following code to populate a combobox:

combobox.DataSource = datatable;
combobox.DisplayMember = \"Auftragsnummer\";
combobox.ValueM         


        
11条回答
  •  悲哀的现实
    2020-12-01 21:43

    The MultiColumn ComboBox Control combines the Text Box control to edit and the Grid View in the drop down list to display data.

提交回复
热议问题