Proportional TableColumn resizing

Jonathan Giles jonathan.giles at oracle.com
Fri Jun 13 04:10:09 UTC 2014


Kirill,

This is not presently possible (as far as I know - although with enough 
courage I'm sure a custom column resize policy could be set on the 
TableView to do this). You might also want to look at the existing 
TableView constrained resize policy - this may help you out a little (as 
it forces the columns to take up all available space).

There is a jira issue for percentage sizing: 
https://javafx-jira.kenai.com/browse/RT-17180

I suggest you leave any thoughts or votes on that issue. Currently it is 
untargeted.

-- Jonathan

On 12/06/2014 2:56 a.m., Kirill Kirichenko wrote:
> Hi all.
>
> How is it possible to create TableColumns (preferably in fxml) such 
> that they have some proportional width say in percents rather than in 
> pixels with a feature that when we resize the table the columns get 
> resized proportionally ?
> Default behaviour is that when the window containing a table is grown 
> in width all columns keep the width and one extra column appear that 
> has no data.
>
> K



More information about the openjfx-dev mailing list