Sets the vertical grow priority for the child when contained by a gridpane. If set, the gridpane will use the priority to allocate the child additional vertical space if the gridpane is resized larger than it's preferred height. Setting the value to null will remove the constraint.
child | the child of a gridpane | |
value | the vertical grow priority for the child |
Diagram: GridPane