There is no way to do this in WTKX/BXML, but you can do it programmatically. Just listen for TableViewColumnListener events and update the width of the second column when the width of the first column changes.
On Aug 17, 2010, at 11:59 AM, JohnRodey wrote: > > I feel like there is probably an easy way to do this and I'm just missing it. > > I have a TableView with 2 columns. I want the columns to be the same width > by default so I set them to both to 1*. However I would like them to be > resizable so the user can change the width, but with 1* set for both widths > it takes that away. I could hardcode a value (say 100) as the width for > each column but then as the browser expands/shrinks the second column would > be bigger/smaller than the first. > > Is there a way to achieve this in the wtkx? > -- > View this message in context: > http://apache-pivot-users.399431.n3.nabble.com/TableView-Column-Format-Question-tp1190306p1190306.html > Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
