Hello guys! Is there an example of how to setup the height of a row of a GridView, depending on the length of the content. I do not see properties of auto height. When filling the GridView I did this, For Each result GridView1[i,2].text = result!description GridView1[i,2].WordWrap = true inc i Next but without success.