The ListBox control doesn't support tabular display. It has a Multicolumn property but all that does is make the single list of items overflow horizontally rather than vertically. If you do that there is still no concept of a row in the control, because there's still no correspondence between the items. If you wer to insert an new item the relative positions would change completey.
For a tabular display you would normally use a DataGridView or perhaps a ListView in Details view.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.