Hi ,
How can I write text in a textbox aligned in columns ?
It must look like this :
abc 12
sd 1
dee 16
Can this be done by cod?
I try solve this problem by inserting spaces ,but it doesn't work
thanks..
Loading
Bechir BejaouiPosted Nov 4, 2008, 8:07 PM
string.format(@"abc\t\t\t\t\tdfe\t\......" + Environment.NewLine + ........)