Multi_ColComboBox
This is a component (.dll), that you can compile and use in an application, it is self made combo box, that can show it's collection of data in a multiple columns, the columns is created in code form, and the items are added in the code form as well. You would add the columns as follows: "component name".Columns.Add 'Column details as per listview functions You would add the items to the list as follows: "component name".Items.Add 'As per listview functions There is a sample form in the project that I have used to demonstrate. This was done in a very short time, so I know it is not perfect, or "complete" as such, I am just trying to demonstrate a way of achieving this idea. Thanks.
下载地址
用户评论