That’s a tough one to do easily I think; all the key details are private fields 
in q.u.l.Grid.  It should be easy to hack something together though if the 
grids are also going to have an identical number of rows and columns.  

I’d copy the entire class, make the private fields public, and create a slave 
class that proxies all methods through to the master (except the obvious like 
getCellWidget) and modify renderLayout to read the master’s calculated fields.

John



On 27/10/2015, 13:35, "Dietrich Streifert" <dietrich.streif...@googlemail.com> 
wrote:

>Hello all!
>
>I'm currently searching for a possibility to have two different grid 
>layouts (each set o a different composite container) where the row 
>heights of one grid (slave grid) are adapted to the row heights of 
>another grid (master grid).
>
>As every row can contain different widgets with different dimensions in 
>the master grid, the slave grid should adapt those different row heights.
>
>Does anyone have a fast idea for me?
>
>Thank you
>Regards
>Dietrich
>
>
>------------------------------------------------------------------------------
>_______________________________________________
>qooxdoo-devel mailing list
>qooxdoo-devel@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to