Since my columns have a box border, if the columns don't have data and I use AutoSize height, the column wouldn't display even the box. And if I use autosize height the each column will have different row height depending on the data supplied. What I wanted is to produce a row with its columns with same height depending on the column with the most number of characters.
Let's say I have a datawindow with columns name, address and phone number. Since address could accept longer character length, if the address exceeds the maximum number of characters that would fit the display I must resize name, address and phone number.