Re: [flexcoders] columns resize policy

2008-06-20 Thread Tom Chiverton
On Wednesday 18 Jun 2008, Parkash wrote: Is it possible to have all the columns scale proportionally as windows are resized Give them a percent width. -- Tom Chiverton This email is sent for and on behalf of Halliwells LLP. Halliwells

[flexcoders] columns resize policy

2008-06-18 Thread Parkash
Is it possible to have all the columns scale proportionally as windows are resized In JTable, there was a resize policy enumeration, that would tell how to resize columns if screen is resized. the values included: 1. do not resize 2. distribute equally 3. resize last column only. etc