i have a list view box where i want to align some of the text in each row. im filling the listview with the code below but i want to align the first character of dr("sUserID") at a specific point. but when i put it at the 25th character, they arent lined up correctly because each character takes up varying amounts of space. such as M would be long than an I. any help i would really appreciate, thank you
You would have to either use a monospace font, or use the Details view and add a SubItemColumn for each DataColumn you are displaying.