G
Guest
I am using a TreeView Control to display multiple columns of data. The data
is of varying lengths so that it is not displayed in neat columns. This is a
known limitation and Microsoft says you can test for the length of the data
and then add padding spaces. This makes sense to me but I have know idea how
to go about it. I know how to determine the difference between the width of
the data and my ideal column width but how would I then say add x number of
spaces to the end of the data.
Any guidance is greatly appreciated!
is of varying lengths so that it is not displayed in neat columns. This is a
known limitation and Microsoft says you can test for the length of the data
and then add padding spaces. This makes sense to me but I have know idea how
to go about it. I know how to determine the difference between the width of
the data and my ideal column width but how would I then say add x number of
spaces to the end of the data.
Any guidance is greatly appreciated!