[Gambas-user] Issue 249 in gambas: cell height in gridrow can not be set to -1 for autoheight
gambas at ...2524...
gambas at ...2524...
Thu May 17 00:20:45 CEST 2012
Updates:
Labels: -Version Version-TRUNK
Comment #1 on issue 249 by benoit.m... at ...626...: cell height in gridrow
can not be set to -1 for autoheight
http://code.google.com/p/gambas/issues/detail?id=249
Setting the GridView row height to a negative value does not make the row
fits its size, but resets the height to the row default value.
Rows are not managed like columns, so that the new GridView can handle
millions of rows without eating all the memory (like the old GridView).
Maybe I should add a GridView.Rows[].Reset method for that, so that
using "-1" has the same meaning than for the columns?
More information about the User
mailing list