07-14-2015 03:59 AM
Hello,
I would like to know how can we wrap text of just one column in 2D array of strings.
If I try to wrap just one coloumn entire array gets affected. Please see the image to get a better idea.
See how the numbers look, compared to the texts. How can I wrap the text for just the text?
Solved! Go to Solution.
07-14-2015 04:14 AM
07-14-2015 04:30 AM
I meant that numbers need a smaller width compared to the string.
So I wanted to make it look more elagant like the attached image.
07-14-2015 04:43 AM
hi,
if you just want it to display the data , i would suggest u use the multi colum list box ( Control -> Modern->List,Table and Tree ->Multicolumn Listbox).
best regards
07-14-2015 07:39 AM
Use a Table. Its data type is a 2D Array of strings (which you already have) and you can set the width of each column individually.