[flexcoders] Re: How to make two seperate grid columns equal

2005-07-31 Thread digital_eyezed
Full code with logic: http://www.macromedia.com/2003/mxml";>

[flexcoders] Re: How to make two seperate grid columns equal

2005-07-31 Thread digital_eyezed
Ok I did it: create a columnStretch event handler which uses this function: public function setWidth(event){ myGrid.getColumnAt(event.columnIndex).width = myGrid2.getColumnAt(event.columnIndex).width ; } Needs some logic to make it work both ways but it's nearly