I have a FlowPane
which will hold many panels which are based on BorderPane
.
I want to create ComboBox
which will be used to filter the Panels by type. And the panels will be scrolled by ScrollPane
when they exceed the visible area.
I want the combo box to scroll along with the FlowPane inside the ScrollPane. I want to get the result which is displayed into the picture. Can you tell me how I can get the desired result. I can very easy create BorderPanes and insert them into the FlowPane
and the challenge is how to position the Combo Box and keep it always at this position.