Updates:
        Labels: -Version Version-TRUNK

Comment #1 on issue 249 by benoit.m...@gmail.com: 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?


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to