How to work on multiple columns in a listbox
-
How to work on multiple columns in a listbox? Let say, I want two columns, Name and Roll should be displayed two columns in the listbox, values are stored in the database "student".
-
How to work on multiple columns in a listbox? Let say, I want two columns, Name and Roll should be displayed two columns in the listbox, values are stored in the database "student".
Apparently, I read recently that .NET does not support multiple columns in a listbox. :( I was trying to accomplish the same thing when I read about the this.
-
Apparently, I read recently that .NET does not support multiple columns in a listbox. :( I was trying to accomplish the same thing when I read about the this.
But there is a property Multicolumn with Listbox. What is this ??
-
Apparently, I read recently that .NET does not support multiple columns in a listbox. :( I was trying to accomplish the same thing when I read about the this.
Sorry, my mistake. I was thinking of the combobox.