user2878195
user2878195

Reputation:

Looking for a better solution than CONSTRAINED_RESIZE_POLICY?

Hello I have a JavaFX tool with a TableView in it. This view has a lot of columns. At the moment i set the column resize policy to "CONSTRAINED_RESIZE_POLICY". It's fantastic that every column is always on the screen and if I resize the window bigger then it increases the width of every column. But the stupid thing is, when I want to resize just one column, that the columns on the right side getting smaler. Is there a solution which make this thing better? My other solution is not to use this policy and work with prefWidth sizes but then the columns don't automaticaly get bigger when i resize my window bigger.

Thank you for helping.

Upvotes: 0

Views: 235

Answers (0)

Related Questions