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?
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?
Comment