How to add tab delimited items to a listbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abehm
    New Member
    • May 2007
    • 35

    How to add tab delimited items to a listbox

    Hello all,
    I am working with c# and am wondering if there is any way to add tab delimited items to a listbox in order for each line to line up.
    I am trying to use the \t's to separate each value but they only add a couple spaces. basically I want to separate 4 values into columns for each line I add to the list box so it looks roughly like this.

    DateTime | Test Name | Test Status | Pass/Fail
    12/04/2007 12:53 | Test Number One | Incomplete | Fail
    06/07/2006 1:45 | Test Number Two | Complete | Pass


    Does anybody have any other ideas?
  • abehm
    New Member
    • May 2007
    • 35

    #2
    wow. that didn't line up like I wrote it out before submitting. Well I hope you understand what I mean.

    Comment

    Working...