.NET dynamic listbox

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2010-04-01T13:19:55Z Indexed on 2010/04/01 13:23 UTC
Read the original article Hit count: 131

Filed under:
|

What I wanted to do was create a listbox from a delimited text file.

The listbox would populate X # of rows based on the rows of the text file. And the listbox would have 3 columns, each being populated from a specific delimiter. Is this possible in C#? Any starting point would be great!

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET