[Gambas-user] GridView Row Height

Nikola Rogozarski n.rogozarski at ...626...
Sat Mar 14 12:36:09 CET 2015


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.



More information about the User mailing list