Search code examples
javajavafx-2gridpanel

how to stop gridpane items shrink with shrinking of window in java fx 2.0


Hello i have that grid pane and there is labels and textboxes in that they are shrinking with shrinking the window but table view is not shrinking. Like rather than shrinking they hide like normal.Is any method to stop that?

Thanks in advance


Solution

  • Setting the minWidth property works :)