blob: 350e929d2a08e072b8cdb32150cc8102ab3b2f0e [file] [log] [blame]
<?import javafx.scene.layout.GridPane?>
<GridPane xmlns:fx="http://javafx.com/fxml" fx:id="foo">
<rowConstraints>
<fx:reference source="<caret>"/>
</rowConstraints>
</GridPane>