Looking for a JavaFX container in my Desktop Application that can display a listview with flexible dimensions and transition to gridpane on row selection. The gridpane will show details of the selected row, and clicking the back button will revert to the listview. Tried using borderpane but faced issues. Seeking advice on existing JavaFx containers or custom solutions. Thanks!