How to align text in C#
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi folks, I want to print out data to the screen in two aligned columns. For example the first column is from 0-20 and the second is from 30-50. It's simple but I don't know how to implement that :). Any idea? Thanks, Tommy.
With my understanding of your requirement, I would suggest take the Datagrid and the specify the length of two column. I would also suggest that use percentage way to represent the size. Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com